Glenn Jocher
GitHub
2 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/ci-testing.yml
|
|
@@ -50,8 +50,8 @@ jobs: |
|
|
|
- name: Install dependencies |
|
|
|
run: | |
|
|
|
python -m pip install --upgrade pip |
|
|
|
pip install -qr requirements.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html |
|
|
|
pip install -q onnx tensorflow-cpu keras==2.6.0 # wandb # extras |
|
|
|
pip install -qr requirements.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html \ |
|
|
|
onnx tensorflow-cpu # wandb |
|
|
|
python --version |
|
|
|
pip --version |
|
|
|
pip list |