Sfoglia il codice sorgente

Update CI benchmarks to ONNX autoinstall (#8008)

Avoids openvino-dev conflicts
modifyDataloader
Glenn Jocher GitHub 2 anni fa
parent
commit
bf1a6dda7b
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      .github/workflows/ci-testing.yml

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

@@ -33,7 +33,7 @@ jobs:
- name: Install requirements
run: |
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
pip --version
pip list

Loading…
Annulla
Salva