Skip to content

Commit

Permalink
Add 0.41.1 build to package index
Browse files Browse the repository at this point in the history
  • Loading branch information
jllllll committed Aug 4, 2023
1 parent 92d8622 commit e6fc729
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 38 deletions.
48 changes: 11 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,52 +15,26 @@ Other versions do.

Credit to [Adrian Popescu](https://github.com/acpopescu) for the initial conversion to Windows at: https://github.com/acpopescu/bitsandbytes/tree/cmake_windows

The latest version can be installed with the following command:
The latest version available from here can be installed with the following command:
```
python -m pip install bitsandbytes --prefer-binary --extra-index-url=https://jllllll.github.io/bitsandbytes-windows-webui
```
Specific versions can be installed with:

0.35.0:
```
python -m pip install bitsandbytes==0.35.0 --prefer-binary --extra-index-url=https://jllllll.github.io/bitsandbytes-windows-webui
```
0.35.4:
```
python -m pip install bitsandbytes==0.35.4 --prefer-binary --extra-index-url=https://jllllll.github.io/bitsandbytes-windows-webui
```
0.37.2:
```
python -m pip install bitsandbytes==0.37.2 --prefer-binary --extra-index-url=https://jllllll.github.io/bitsandbytes-windows-webui
```
0.38.1:
```
python -m pip install bitsandbytes==0.38.1 --prefer-binary --extra-index-url=https://jllllll.github.io/bitsandbytes-windows-webui
```
0.39.0:
You may need to change the command if the latest version is not yet available in this repo:
```
python -m pip install bitsandbytes==0.39.0 --prefer-binary --extra-index-url=https://jllllll.github.io/bitsandbytes-windows-webui
python -m pip install scipy
python -m pip install bitsandbytes --index-url=https://jllllll.github.io/bitsandbytes-windows-webui
```
0.39.1:
```
python -m pip install bitsandbytes==0.39.1 --prefer-binary --extra-index-url=https://jllllll.github.io/bitsandbytes-windows-webui
```
0.40.0:
```
python -m pip install bitsandbytes==0.40.0.* --prefer-binary --extra-index-url=https://jllllll.github.io/bitsandbytes-windows-webui
```
0.40.1:
```
python -m pip install bitsandbytes==0.40.1.* --prefer-binary --extra-index-url=https://jllllll.github.io/bitsandbytes-windows-webui
```
0.40.2:

You can install a specific version with:
```
python -m pip install bitsandbytes==0.40.2 --prefer-binary --extra-index-url=https://jllllll.github.io/bitsandbytes-windows-webui
python -m pip install bitsandbytes==<version> --prefer-binary --extra-index-url=https://jllllll.github.io/bitsandbytes-windows-webui
```
0.41.0:
List of available versions:
```
python -m pip install bitsandbytes==0.41.0 --prefer-binary --extra-index-url=https://jllllll.github.io/bitsandbytes-windows-webui
python -m pip index versions bitsandbytes --index-url=https://jllllll.github.io/bitsandbytes-windows-webui
```

Wheels can be manually downloaded from: https://github.com/jllllll/bitsandbytes-windows-webui/releases/tag/wheels


#### All wheels are compiled using GitHub Actions.
2 changes: 1 addition & 1 deletion generate-html.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Set-Location $PSScriptRoot

$destinationDir = if (Test-Path $(Join-Path $(Resolve-Path '.') 'index')) {Join-Path '.' 'index' -resolve} else {(New-Item 'index' -ItemType 'Directory').fullname}
$packageVersions = "0.35.0","0.35.4","0.37.2","0.38.1","0.39.0","0.39.1","0.40.0","0.40.0.post4","0.40.1.post1","0.40.2","0.41.0"
$packageVersions = "0.35.0","0.35.4","0.37.2","0.38.1","0.39.0","0.39.1","0.40.0","0.40.0.post4","0.40.1.post1","0.40.2","0.41.0","0.41.1"
$supportedSystems = 'win_amd64'
$wheelSource = 'https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels'
$packageName = 'bitsandbytes'
Expand Down
2 changes: 2 additions & 0 deletions index/bitsandbytes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@
<a href="https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.40.2-py3-none-win_amd64.whl">bitsandbytes-0.40.2-py3-none-win_amd64.whl</a><br/>

<a href="https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.0-py3-none-win_amd64.whl">bitsandbytes-0.41.0-py3-none-win_amd64.whl</a><br/>

<a href="https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.1-py3-none-win_amd64.whl">bitsandbytes-0.41.1-py3-none-win_amd64.whl</a><br/>
</body>
</html>

0 comments on commit e6fc729

Please sign in to comment.