"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "05810cd80a5ca83065e0dbe5335c030c4a435ddb"
Unverified Commit b908f2e9 authored by Funtowicz Morgan's avatar Funtowicz Morgan Committed by GitHub
Browse files

Attempt to unpin torch version for Github Action. (#4384)

parent af2e6bf8
...@@ -35,7 +35,7 @@ jobs: ...@@ -35,7 +35,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
source .env/bin/activate source .env/bin/activate
pip install torch==1.4.0 pip install torch
pip install .[sklearn,testing] pip install .[sklearn,testing]
- name: Are GPUs recognized by our DL frameworks - name: Are GPUs recognized by our DL frameworks
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment