We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c6ce19 commit 89b9ea6Copy full SHA for 89b9ea6
.github/workflows/benchmarks.yaml
@@ -3,7 +3,7 @@ on: [push]
3
jobs:
4
run:
5
runs-on: [ubuntu-latest]
6
- container: docker://dvcorg/cml-py3:latest
+ container: docker://dvcorg/cml:latest
7
steps:
8
- uses: actions/checkout@v2
9
- name: cml_run
setup.py
@@ -102,7 +102,7 @@
102
BENCHMARKS_REQUIRE = [
103
"numpy==1.18.5",
104
"tensorflow==2.3.0",
105
- "torch==1.11.0",
+ "torch==1.7.1",
106
"transformers==3.0.2",
107
]
108
0 commit comments