Skip to content

Commit 76d2d98

Browse files
authored
Merge pull request #519 from lakshay048/develop
Linux page updates
2 parents dc6f4d4 + 2c729be commit 76d2d98

2 files changed

Lines changed: 13 additions & 9 deletions

File tree

docs/linux.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,12 @@ Install Ryzen AI Software
9393

9494
.. code-block:: bash
9595
96-
tar -xvzf ryzen_ai-1.6.1.tgz
96+
mkdir ryzen_ai-1.6.1
97+
cp ryzen_ai-1.6.1.tgz ryzen_ai-1.6.1
98+
9799
cd ryzen_ai-1.6.1
100+
tar -xvzf ryzen_ai-1.6.1.tgz
101+
98102
99103
- Install RyzenAI package at your desired target path
100104

docs/llm_linux.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)