Browse Source

Update CI benchmarks to ONNX autoinstall (#8008)

Avoids openvino-dev conflicts
modifyDataloader
Glenn Jocher GitHub 2 years ago
parent
commit
bf1a6dda7b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/ci-testing.yml

+ 1
- 1
.github/workflows/ci-testing.yml View File

- name: Install requirements - name: Install requirements
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r requirements.txt coremltools onnx onnxruntime openvino-dev tensorflow-cpu --extra-index-url https://download.pytorch.org/whl/cpu
pip install -r requirements.txt coremltools openvino-dev tensorflow-cpu --extra-index-url https://download.pytorch.org/whl/cpu
python --version python --version
pip --version pip --version
pip list pip list

Loading…
Cancel
Save