Skip to content

Commit 6559d4f

Browse files
committed
python -c "import bitsandbytes"
1 parent d54ab0b commit 6559d4f

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

.azure/gpu-tests-fabric.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,7 @@ jobs:
115115
displayName: "Install package & dependencies"
116116
117117
- bash: |
118-
# FixMe: uninstall bitsandbytes for pytorch 2.6 as it is not compatible with `triton.ops`
119-
# if the job name include key word future, then uninstall bitsandbytes
120-
if [[ "$(image)" == *"torch2.6"* ]]; then
121-
pip uninstall -y bitsandbytes
122-
else
123-
python -c "import bitsandbytes"
124-
fi
118+
python -c "import bitsandbytes"
125119
displayName: "Handle bitsandbytes"
126120
127121
- bash: |

.azure/gpu-tests-pytorch.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,7 @@ jobs:
129129
displayName: "Drop PL for LAI"
130130

131131
- bash: |
132-
# FixMe: uninstall bitsandbytes for pytorch 2.6 as it is not compatible with `triton.ops`
133-
# if the job name include key word future, then uninstall bitsandbytes
134-
if [[ "$(image)" == *"torch2.6"* ]]; then
135-
pip uninstall -y bitsandbytes
136-
else
137-
python -c "import bitsandbytes"
138-
fi
132+
python -c "import bitsandbytes"
139133
displayName: "Handle bitsandbytes"
140134
141135
- bash: |

0 commit comments

Comments
 (0)