@@ -24,26 +24,26 @@ This page showcases an example of running LLM on RyzenAI NPU
2424.. code-block :: bash
2525
2626 echo $RYZEN_AI_INSTALLATION_PATH
27- < TARGET-PATH> /ryzen_ai-1.6.0 /venv
27+ < TARGET-PATH> /ryzen_ai-1.6.1 /venv
2828
2929 # Activate the virtual environment
30- source < TARGET-PATH> /ryzen_ai-1.6.0 /venv/bin/activate
30+ source < TARGET-PATH> /ryzen_ai-1.6.1 /venv/bin/activate
3131
3232 - Collecting the necessary files to get in current working directory
3333
3434.. code-block :: bash
3535
3636 - Deployment folder - This has necessary libraries to run LLM Model
37- # Navigate to <TARGET-PATH>/ryzen_ai-1.6.0 /venv and copy the "deployment" folder
38- cp -r < TARGET-PATH> /ryzen_ai-1.6.0 /venv/deployment .
37+ # Navigate to <TARGET-PATH>/ryzen_ai-1.6.1 /venv and copy the "deployment" folder
38+ cp -r < TARGET-PATH> /ryzen_ai-1.6.1 /venv/deployment .
3939
4040 - Model Benchmark Script
41- # Navigate to <TARGET-PATH>/ryzen_ai-1.6.0 /venv/LLM/examples/ and copy "model_benchmark" file.
42- cp < TARGET-PATH> /ryzen_ai-1.6.0 /venv/LLM/examples/model_benchmark .
41+ # Navigate to <TARGET-PATH>/ryzen_ai-1.6.1 /venv/LLM/examples/ and copy "model_benchmark" file.
42+ cp < TARGET-PATH> /ryzen_ai-1.6.1 /venv/LLM/examples/model_benchmark .
4343
4444 - Prompt file - Input to your LLM Model
45- # Navigate to <TARGET-PATH>/ryzen_ai-1.6.0 /venv/LLM/examples/ and copy "amd_genai_prompt.txt" file.
46- cp < TARGET-PATH> /ryzen_ai-1.6.0 /venv/LLM/examples/amd_genai_prompt.txt .
45+ # Navigate to <TARGET-PATH>/ryzen_ai-1.6.1 /venv/LLM/examples/ and copy "amd_genai_prompt.txt" file.
46+ cp < TARGET-PATH> /ryzen_ai-1.6.1 /venv/LLM/examples/amd_genai_prompt.txt .
4747
4848
4949 - Current working directory should have below files
0 commit comments