Skip to content

Commit 4f57ada

Browse files
authored
Add note on CUDA version + remove 'test' from pytorch whl url (meta-llama#419)
2 parents 54d2859 + 666a907 commit 4f57ada

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ If you want to use PyTorch nightlies instead of the stable release, go to [this
6464
### Installing
6565
Llama-recipes provides a pip distribution for easy install and usage in other projects. Alternatively, it can be installed from source.
6666
67+
> [!NOTE]
68+
> Ensure you use the correct CUDA version (from `nvidia-smi`) when installing the PyTorch wheels. Here we are using 11.8 as `cu118`.
69+
> H100 GPUs work better with CUDA >12.0
70+
6771
#### Install with pip
6872
```
6973
pip install llama-recipes

0 commit comments

Comments
 (0)