File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4848 source torch_env/bin/activate
4949 python -m pip install --upgrade pip
5050 pip install -r requirements.txt
51- pip install torch==2.5.* torchvision onnx onnxruntime "onnxruntime-extensions<0.14" sony-custom-layers coverage pytest pytest-mock
51+ pip install torch==2.5.* torchvision onnx onnxruntime "onnxruntime-extensions<0.14" coverage pytest pytest-mock
5252
5353 - name : Run PyTorch tests (unittest)
5454 run : |
6565 python -m venv tf_env
6666 source tf_env/bin/activate
6767 python -m pip install --upgrade pip
68- pip install -r requirements.txt tensorflow==2.13.* sony-custom-layers coverage pytest pytest-mock
68+ pip install -r requirements.txt tensorflow==2.13.* coverage pytest pytest-mock
6969
7070 - name : Run TensorFlow tests (unittest)
7171 run : |
You can’t perform that action at this time.
0 commit comments