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