File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,14 @@ jobs:
51
51
sudo apt-get update
52
52
sudo apt-get -y -q install ffmpeg libavcodec-extra
53
53
python -m pip install --upgrade pip setuptools wheel
54
- pip install -q -r <(sed '/^tensorflow/d;/^keras/d;/^torch/d;/^torchvision/d;/^torchaudio/d;/^transformers/d' requirements_test.txt)
54
+ pip install -q -r <(sed '/^tensorflow/d;/^keras/d;/^torch/d;/^torchvision/d;/^torchaudio/d;/^transformers/d;/^safetensors/d ' requirements_test.txt)
55
55
pip install tensorflow==2.18.1
56
56
pip install keras==3.10.0
57
57
pip install torch==${{ matrix.torch }} --index-url https://download.pytorch.org/whl/cpu
58
58
pip install torchvision==${{ matrix.torchvision }} --index-url https://download.pytorch.org/whl/cpu
59
59
pip install torchaudio==${{ matrix.torchaudio }} --index-url https://download.pytorch.org/whl/cpu
60
60
pip install transformers==${{ matrix.transformers }}
61
+ pip install safetensors==0.5.3
61
62
pip list
62
63
63
64
- name : Cache CIFAR-10 dataset
You can’t perform that action at this time.
0 commit comments