Skip to content

Commit

Permalink
Create README.md for model_llama3_recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
maria-18-git authored Oct 15, 2024
1 parent 235e0a5 commit 19a5c6a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions model_llama3_recipe/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# How to download llama3 model with different variants
We need to set `hf_token=<hf_token>`. `<hf_token>` is an input token for huggingface.
- variant = 8B(by default)

```
time axs byquery downloaded,hf_model,model_family=llama3,variant=8B,hf_token=<hf_token>
```

0 comments on commit 19a5c6a

Please sign in to comment.