Skip to content

Commit 93f2cb1

Browse files
committed
Update bitsandbytes wheel for ROCm 7.13/7.14/7.15 compatibility.
1 parent 6056f72 commit 93f2cb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StabilityMatrix.Core/Models/Rocm/OneTrainerWindowsRocmProfile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class OneTrainerWindowsRocmProfile : RocmPackageProfile
1616

1717
// Replace upstream bitsandbytes with ROCm-aware bitsandbytes for ROCm Technical Preview on Windows
1818
private const string BitsAndBytesWheelUrl =
19-
"https://github.com/0xDELUXA/bitsandbytes_win_rocm/releases/download/0.50.0.dev0-py3-rocm7-win_amd64_all/bitsandbytes-0.50.0.dev0-cp312-cp312-win_amd64.whl";
19+
"https://github.com/0xDELUXA/bitsandbytes_win_rocm/releases/download/0.50.0.dev0-py3.12-rocm7.15-win_amd64_all/bitsandbytes-0.50.0.dev0-cp312-cp312-win_amd64.whl";
2020

2121
public static RocmPackageProfile CreateInstallProfile(PyVersion pyVersion)
2222
{

0 commit comments

Comments
 (0)