Skip to content

Commit bcc5aa2

Browse files
authored
Update pytorch-llama.md
1 parent e42c2f7 commit bcc5aa2

File tree

1 file changed

+1
-1
lines changed
  • content/learning-paths/servers-and-cloud-computing/pytorch-llama

1 file changed

+1
-1
lines changed

content/learning-paths/servers-and-cloud-computing/pytorch-llama/pytorch-llama.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ wget https://raw.githubusercontent.com/ArmDeveloperEcosystem/PyTorch-arm-patches
5050
wget https://raw.githubusercontent.com/ArmDeveloperEcosystem/PyTorch-arm-patches/main/0001-Feat-Enable-int4-quantized-models-to-work-with-pytor.patch
5151
git apply 0001-Feat-Enable-int4-quantized-models-to-work-with-pytor.patch
5252
git apply --whitespace=nowarn 0001-modified-generate.py-for-cli-and-browser.patch
53-
./install_requirements.sh
53+
pip install -r requirements.txt
5454
```
5555
{{% notice Note %}} You will need Python version 3.10 to apply these patches. This is the default version of Python installed on an Ubuntu 22.04 Linux machine. {{% /notice %}}
5656

0 commit comments

Comments
 (0)