DestaModel
custom_code
kehanlu commited on
Commit
c8ddfdc
1 Parent(s): 7a61bc1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ base_model:
15
 
16
  ```python
17
 
18
- from huggingface import AutoModel
19
 
20
  HF_TOKEN = "hf_..." # your huggingface token for downloading Llama3 from official Meta repo
21
 
 
15
 
16
  ```python
17
 
18
+ from transformers import AutoModel
19
 
20
  HF_TOKEN = "hf_..." # your huggingface token for downloading Llama3 from official Meta repo
21