File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ jobs:
251251 fi
252252
253253 echo "\`\`\`sh" >> body.md
254- echo "pip install $url" >> body.md
254+ echo "pip install --force-reinstall $url" >> body.md
255255 echo "\`\`\`" >> body.md
256256 echo "" >> body.md
257257 done
Original file line number Diff line number Diff line change @@ -57,15 +57,20 @@ If you would like to use new feature even before they are officially released an
5757
5858```
5959# Note, if you don't want to reinstall BNBs dependencies, append the `--no-deps` flag!
60- pip install --force-reinstall 'https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_main/bitsandbytes-0.46.0.dev0-py3-none-manylinux_2_24_x86_64.whl'
60+
61+ # x86_64 (most users)
62+ pip install --force-reinstall https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_main/bitsandbytes-1.33.7.preview-py3-none-manylinux_2_24_x86_64.whl
63+
64+ # ARM/aarch64
65+ pip install --force-reinstall https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_main/bitsandbytes-1.33.7.preview-py3-none-manylinux_2_24_aarch64.whl
6166```
6267
6368</hfoption >
6469<hfoption id = " Windows" >
6570
6671```
6772# Note, if you don't want to reinstall BNBs dependencies, append the `--no-deps` flag!
68- pip install --force-reinstall ' https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_multi-backend-refactor /bitsandbytes-0.44.1.dev0 -py3-none-macosx_13_1_arm64 .whl'
73+ pip install --force-reinstall https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_main /bitsandbytes-1.33.7.preview -py3-none-win_amd64 .whl
6974```
7075</hfoption >
7176</hfoptions >
You can’t perform that action at this time.
0 commit comments