Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
513e69be
Commit
513e69be
authored
May 19, 2025
by
Titus von Koeller
Browse files
continuous release: tweak + docs
parent
3047ab97
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
.github/workflows/python-package.yml
.github/workflows/python-package.yml
+1
-1
docs/source/installation.mdx
docs/source/installation.mdx
+7
-2
No files found.
.github/workflows/python-package.yml
View file @
513e69be
...
...
@@ -251,7 +251,7 @@ jobs:
fi
echo "\`\`\`sh" >> body.md
echo "pip install $url" >> body.md
echo "pip install
--force-reinstall
$url" >> body.md
echo "\`\`\`" >> body.md
echo "" >> body.md
done
...
...
docs/source/installation.mdx
View file @
513e69be
...
...
@@ -57,7 +57,12 @@ If you would like to use new feature even before they are officially released an
```
# Note, if you don't want to reinstall BNBs dependencies, append the `--no-deps` flag!
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'
# x86_64 (most users)
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
# ARM/aarch64
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
```
</hfoption>
...
...
@@ -65,7 +70,7 @@ pip install --force-reinstall 'https://github.com/bitsandbytes-foundation/bitsan
```
# Note, if you don't want to reinstall BNBs dependencies, append the `--no-deps` flag!
pip install --force-reinstall
'
https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_m
ulti-backend-refactor/bitsandbytes-0.44.1.dev0-py3-none-macosx_13_1_arm
64.whl
'
pip install --force-reinstall https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_m
ain/bitsandbytes-1.33.7.preview-py3-none-win_amd
64.whl
```
</hfoption>
</hfoptions>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment