Przeglądaj źródła
Update CI benchmarks to ONNX autoinstall (#8008)
Avoids openvino-dev conflicts
modifyDataloader
Glenn Jocher
GitHub
2 lat temu
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z
1 dodań i
1 usunięć
-
.github/workflows/ci-testing.yml
|
|
@@ -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 |