dahara1 commited on
Commit
df04c27
1 Parent(s): d41d497

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ pip install transformers==4.43.3
27
  # Updating the Transformers library will cause the LLama 2 sample to stop working.
28
  # If you want to run LLama 2, revert to pip install transformers==4.34.0.
29
  pip install tokenizers==0.19.1
30
- pip install -U "huggingface_hub[cli]""
31
 
32
  huggingface-cli download dahara1/llama3.1-8b-Instruct-amd-npu --revision main --local-dir llama3.1-8b-Instruct-amd-npu
33
 
 
27
  # Updating the Transformers library will cause the LLama 2 sample to stop working.
28
  # If you want to run LLama 2, revert to pip install transformers==4.34.0.
29
  pip install tokenizers==0.19.1
30
+ pip install -U "huggingface_hub[cli]"
31
 
32
  huggingface-cli download dahara1/llama3.1-8b-Instruct-amd-npu --revision main --local-dir llama3.1-8b-Instruct-amd-npu
33