We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a198e8c commit 07e1b16Copy full SHA for 07e1b16
README.md
@@ -16,6 +16,13 @@ uv pip install -e .
16
uv run pre-commit install
17
```
18
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
+
26
With Nvidia GTX 1080 GPU (need to force CUDA version to be 12.6):
27
```bash
28
uv venv
0 commit comments