Skip to content

v0.15.0

Compare
Choose a tag to compare
@alihassanijr alihassanijr released this 09 Jan 22:34
· 30 commits to main since this release
5150a19

Pre-complied wheels for Linux are available:

Torch 2.1.X 2.0.X
CUDA 12.1
Install
pip3 install natten==0.15.0+torch210cu121 \
 -f https://shi-labs.com/natten/wheels
CUDA 11.8
Install
pip3 install natten==0.15.0+torch210cu118 \
 -f https://shi-labs.com/natten/wheels
Install
pip3 install natten==0.15.0+torch200cu118 \
 -f https://shi-labs.com/natten/wheels
CUDA 11.7
Install
pip3 install natten==0.15.0+torch200cu117 \
 -f https://shi-labs.com/natten/wheels
CPU
Install
pip3 install natten==0.15.0+torch210cpu \
-f https://shi-labs.com/natten/wheels
Install
pip3 install natten==0.15.0+torch200cpu \
-f https://shi-labs.com/natten/wheels

Refer to CHANGELOG for details.