Skip to content

Commit 0623333

Browse files
test
1 parent 6e0622c commit 0623333

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

.github/workflows/tests.yml

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -228,15 +228,16 @@ jobs:
228228
strategy:
229229
fail-fast: false
230230
matrix:
231-
torch_version: ["2.6.0", "2.7.1"]
232-
ipex: [true, false]
233-
include:
234-
- torch_version: "2.6.0"
235-
ipex: true
236-
ipex_version: "2.6.10+xpu"
237-
- torch_version: "2.7.1"
238-
ipex: true
239-
ipex_version: "2.7.10+xpu"
231+
torch_version: ["2.7.1"] #["2.6.0", "2.7.1"]
232+
ipex: [false]
233+
# ipex: [true, false]
234+
# include:
235+
# - torch_version: "2.6.0"
236+
# ipex: true
237+
# ipex_version: "2.6.10+xpu"
238+
# - torch_version: "2.7.1"
239+
# ipex: true
240+
# ipex_version: "2.7.10+xpu"
240241
runs-on:
241242
group: bandb-itac-bmsprpvc1550-8-1gpu
242243
env:
@@ -249,7 +250,9 @@ jobs:
249250
echo "Memory: $(free -h)"
250251
251252
- name: Show XPU Information
252-
run: xpu-smi discovery
253+
run: |
254+
xpu-smi discovery
255+
hwinfo --display
253256
254257
- uses: actions/checkout@v4
255258

@@ -284,8 +287,9 @@ jobs:
284287
run: |
285288
python -m torch.utils.collect_env
286289
python -m bitsandbytes
287-
- name: Run tests
288-
run: pytest --durations=100
290+
291+
# - name: Run tests
292+
# run: pytest --durations=100
289293

290294
test-cuda:
291295
if: github.repository == 'bitsandbytes-foundation/bitsandbytes'

0 commit comments

Comments
 (0)