Skip to content

Commit 77c9141

Browse files
committed
peft
1 parent 7003ae7 commit 77c9141

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/pr_tests_mps.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ jobs:
5656
framework: pytorch_lora
5757
runner: macos-13-xlarge
5858
report: torch_mps_lora
59-
- name: Fast Quantization MPS tests
60-
framework: pytorch_quantization
61-
runner: macos-13-xlarge
62-
report: torch_mps_quantization
59+
# - name: Fast Quantization MPS tests
60+
# framework: pytorch_quantization
61+
# runner: macos-13-xlarge
62+
# report: torch_mps_quantization
6363

6464
name: ${{ matrix.config.name }}
6565

@@ -89,6 +89,7 @@ jobs:
8989
${CONDA_RUN} python -m pip install --upgrade pip uv
9090
${CONDA_RUN} python -m uv pip install -e ".[quality,test]"
9191
${CONDA_RUN} python -m uv pip install hf_transfer
92+
${CONDA_RUN} python -m uv pip install peft
9293
${CONDA_RUN} python -m uv pip install torch torchvision torchaudio
9394
${CONDA_RUN} python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git
9495
${CONDA_RUN} python -m uv pip install transformers --upgrade

0 commit comments

Comments
 (0)