Skip to content

Commit

Permalink
Update docs/gpu.md (#7273)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricktho1 committed Jun 14, 2024
1 parent ca72f1a commit b196bf0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ source ~/.bashrc
```

### Wheel

> **_NOTE:_** The wheel file is compatible only with x86_64 linux based architecutre. To check the architecture of your linux system, execute the following command:
> ```
>uname -a
> ```
```
pip3 install torch==2.3.0
# GPU whl for python 3.10 + cuda 12.1
Expand Down

0 comments on commit b196bf0

Please sign in to comment.