Skip to content

Commit

Permalink
Create README.md for model_llama3_1_recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
maria-18-git authored Oct 14, 2024
1 parent 106cf35 commit 3e06e8f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions model_llama3_1_recipe/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# How to download model llama3.1 with different variants
We need to set `hf_token=<hf_token>`. `<hf_token>` is an input token for huggingface.
- variant = 8B
```
time axs byquery downloaded,hf_model,model_family=llama3_1,variant=8B,hf_token=<hf_token>
```
- variant = 70B
```
time axs byquery downloaded,hf_model,model_family=llama3_1,variant=70B,hf_token=<hf_token>
```

0 comments on commit 3e06e8f

Please sign in to comment.