Skip to content

Commit 513e69b

Browse files
continuous release: tweak + docs
1 parent 3047ab9 commit 513e69b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/source/installation.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)