Skip to content

Commit a1056cf

Browse files
CI: Remove bitsandbytes CI (#2858)
This has historically been added to PEFT since there was no equivalent CI on bnb. Now this is no longer the case and these tests can be removed.
1 parent 5ee47ce commit a1056cf

File tree

6 files changed

+0
-648
lines changed

6 files changed

+0
-648
lines changed

.github/workflows/nightly-bnb.yml

Lines changed: 0 additions & 249 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ tests_core_multi_gpu_bnb:
5252
tests_core_single_gpu_bnb:
5353
python -m pytest -m "single_gpu_tests and bitsandbytes" tests/test_common_gpu.py $(if $(IS_GITHUB_CI),--report-log "core_single_gpu.log",)
5454

55-
tests_gpu_bnb_regression:
56-
python -m pytest tests/bnb/test_bnb_regression.py $(if $(IS_GITHUB_CI),--report-log "bnb_regression_gpu.log",)
57-
5855
# For testing transformers tests for bnb runners
5956
transformers_tests:
6057
RUN_SLOW=1 python -m pytest transformers-clone/tests/quantization/bnb $(if $(IS_GITHUB_CI),--report-log "transformers_tests.log",)

docker/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ Here we store all PEFT Docker images used in our testing infrastructure. We use
44

55
- `peft-cpu`: PEFT compiled on CPU with all other HF libraries installed on main branch
66
- `peft-gpu`: PEFT complied for NVIDIA GPUs with all other HF libraries installed on main branch
7-
- `peft-gpu-bnb-source`: PEFT complied for NVIDIA GPUs with `bitsandbytes` and all other HF libraries installed from main branch
8-
- `peft-gpu-bnb-latest`: PEFT complied for NVIDIA GPUs with `bitsandbytes` complied from main and all other HF libraries installed from latest PyPi

docker/peft-gpu-bnb-latest/Dockerfile

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)