소스 검색
Update CI benchmarks to ONNX autoinstall (#8008)
Avoids openvino-dev conflicts
modifyDataloader
Glenn Jocher
GitHub
2 년 전
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
.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 |