Skip to content

Commit

Permalink
fix version number in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
teddykoker committed Jul 26, 2023
1 parent ec52598 commit cbb30d2
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 @@ -40,8 +40,8 @@ Thanks to @levnikmyskin, @sachit-menon for pointing this out!
Pre-built wheels are currently available on Linux for some Python/PyTorch/CUDA combinations:

```bash
# torchsort version, supports >= 1.9.0
export TORCHSORT=1.9.0
# torchsort version, supports >= 0.1.9
export TORCHSORT=0.1.9
# PyTorch version, supports pt20 and pt113 for versions 2.0 and 1.13 respectively
export TORCH=pt20
# CUDA version, supports cpu, cu113, cu117, cu118 for CPU-only, CUDA 11.3, CUDA 11.7 and CUDA 11.8 respectively
Expand Down

0 comments on commit cbb30d2

Please sign in to comment.