File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed
Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments