Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OutofAi authored Aug 6, 2024
1 parent dc7f393 commit 0e8c9f9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ For T4 GPU
import tinycudann as tcnn
```

For V100 GPU
```
!curl -L "https://github.com/OutofAi/tiny-cuda-nn-wheels/releases/download/1.7.1/tinycudann-1.7+arch70+torch231+cuda121-cp310-cp310-linux_x86_64.whl" -o tinycudann-1.7+arch70+torch231+cuda121-cp310-cp310-linux_x86_64.whl
!pip install tinycudann-1.7+arch70+torch231+cuda121-cp310-cp310-linux_x86_64.whl --force-reinstall
import tinycudann as tcnn
```

For A100 GPU and L4 GPU
```
!curl -L "https://github.com/OutofAi/tiny-cuda-nn-wheels/releases/download/1.7.1/tinycudann-1.7+arch89+torch231+cuda121-cp310-cp310-linux_x86_64.whl" -o tinycudann-1.7+arch89+torch231+cuda121-cp310-cp310-linux_x86_64.whl
Expand Down

0 comments on commit 0e8c9f9

Please sign in to comment.