Update README.md
Browse files
README.md
CHANGED
@@ -28,12 +28,10 @@ pip install transformers==4.41.2
|
|
28 |
# Updating the Transformers library will cause the LLama 2 sample to stop working.
|
29 |
# If you want to run LLama 2, revert to pip install transformers==4.34.0.
|
30 |
pip install tokenizers==0.19.1
|
|
|
|
|
|
|
31 |
|
32 |
-
git lfs install
|
33 |
-
git clone https://huggingface.co/dahara1/llama3-8b-amd-npu
|
34 |
-
cd llama3-8b-amd-npu
|
35 |
-
git lfs pull
|
36 |
-
cd ..
|
37 |
copy <your_install_path>\RyzenAI-SW\example\transformers\models\llama2\modeling_llama_amd.py .
|
38 |
|
39 |
# set up Runtime. see https://ryzenai.docs.amd.com/en/latest/runtime_setup.html
|
|
|
28 |
# Updating the Transformers library will cause the LLama 2 sample to stop working.
|
29 |
# If you want to run LLama 2, revert to pip install transformers==4.34.0.
|
30 |
pip install tokenizers==0.19.1
|
31 |
+
pip install -U "huggingface_hub[cli]"
|
32 |
+
|
33 |
+
huggingface-cli download dahara1/llama3-8b-amd-npu --revision main --local-dir llama3-8b-amd-npu
|
34 |
|
|
|
|
|
|
|
|
|
|
|
35 |
copy <your_install_path>\RyzenAI-SW\example\transformers\models\llama2\modeling_llama_amd.py .
|
36 |
|
37 |
# set up Runtime. see https://ryzenai.docs.amd.com/en/latest/runtime_setup.html
|