We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b91fe5 commit c276398Copy full SHA for c276398
.github/workflows/pnnx.yml
@@ -316,7 +316,7 @@ jobs:
316
pip3 install --user pytest wheel twine requests einops numpy==${{ matrix.numpy }} opencv-python==${{ matrix.opencv }}
317
pip3 install --user torch==${{ matrix.torch }}+cpu torchvision==${{ matrix.torchvision }}+cpu torchaudio==${{ matrix.torchaudio }} --index-url https://download.pytorch.org/whl/cpu
318
pip3 install --user onnx onnxscript
319
- pip3 install --user "transformers<=4.52.1" diffusers
+ pip3 install --user "transformers<=4.52.1" diffusers "safetensors<=0.6.0"
320
321
- name: setup-pytorch-execstack-or-patchelf
322
if: ${{ matrix.python }} == '3.8' || ${{ matrix.python }} == '3.9'
0 commit comments