Skip to content

Commit 07e1b16

Browse files
committed
docs: Add installation step for GH200
1 parent a198e8c commit 07e1b16

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ uv pip install -e .
1616
uv run pre-commit install
1717
```
1818

19+
With Nvidia GH200 GPU (need to force CUDA version to be 12.8):
20+
```bash
21+
uv venv
22+
uv pip install -e . --index-strategy unsafe-best-match --extra-index-url https://download.pytorch.org/whl/cu128
23+
uv run pre-commit install
24+
```
25+
1926
With Nvidia GTX 1080 GPU (need to force CUDA version to be 12.6):
2027
```bash
2128
uv venv

0 commit comments

Comments
 (0)