Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit e8bb076

Browse files
committed
Add llama 3.1 to dist_run.py
1 parent 2eefb13 commit e8bb076

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist_run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
NAME_TO_DISTRIBUTION_AND_DTYPE = {
5858
"llama2-7b-chat": ("meta-llama/Llama-2-7b-chat-hf", torch.float16),
5959
"llama3": ("meta-llama/Meta-Llama-3-8B-Instruct", torch.bfloat16),
60+
"llama3.1": ("meta-llama/Meta-Llama-3.1-8B-Instruct", torch.bfloat16),
6061
}
6162

6263

0 commit comments

Comments
 (0)