Skip to content

Commit 89b9ea6

Browse files
committed
Use newer image
1 parent 8c6ce19 commit 89b9ea6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmarks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push]
33
jobs:
44
run:
55
runs-on: [ubuntu-latest]
6-
container: docker://dvcorg/cml-py3:latest
6+
container: docker://dvcorg/cml:latest
77
steps:
88
- uses: actions/checkout@v2
99
- name: cml_run

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
BENCHMARKS_REQUIRE = [
103103
"numpy==1.18.5",
104104
"tensorflow==2.3.0",
105-
"torch==1.11.0",
105+
"torch==1.7.1",
106106
"transformers==3.0.2",
107107
]
108108

0 commit comments

Comments
 (0)