Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liruilong940607 authored Sep 27, 2024
1 parent 4d3a3b6 commit 6022cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ pip install gsplat
```

Alternatively, you can install gsplat from python wheels containing pre-compiled binaries for a specific pytorch and cuda version. These wheels are stored in the github releases and can be found using simple index pages under https://docs.gsplat.studio/whl.
You obtain the wheel from this simple index page for a specific pytorch an and cuda version by appending these the version number after a + sign (part referred a *local version*). For example, to install gsplat for pytorch 2.0 and cuda 11.8 you can use
You could obtain the wheel from this simple index page for a specific pytorch an and cuda version by appending these the version number after a + sign (part referred a *local version*). For example, to install gsplat for pytorch 2.0 and cuda 11.8 you can use
```
pip install gsplat==1.2.0+pt20cu118 --index-url https://docs.gsplat.studio/whl
pip install gsplat==1.4.0+pt20cu118 --index-url https://docs.gsplat.studio/whl
```
Alternatively, you can specify the pytorch and cuda version in the index url using for example
```
Expand Down

0 comments on commit 6022cf4

Please sign in to comment.