Skip to content

Commit 431a97e

Browse files
committed
Fix pip wheel CUDA version in text
1 parent 973304d commit 431a97e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ minimum requirement but some operations and data types are not supported.
4242

4343
### Package Installation with pip
4444

45-
Currently, pip wheels are built with PyTorch 2.8 and CUDA 12.8 only. Versions for Python 3.10-3.13
45+
Currently, pip wheels are built with PyTorch 2.8.0 and CUDA 12.9 only. Versions for Python 3.10-3.13
4646
are provided.
4747

4848
Install fvdb_core using the following pip command.
4949

5050
```
51-
pip install fvdb_core==0.3.0+pt28.cu129 --extra-index-url="https://d36m13axqqhiit.cloudfront.net/simple" torch==2.8
51+
pip install fvdb_core==0.3.0+pt28.cu129 --extra-index-url="https://d36m13axqqhiit.cloudfront.net/simple" torch==2.8.0
5252
```
5353

5454
## Building *f*VDB from Source

0 commit comments

Comments
 (0)