Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
802ffaff
"tests/vscode:/vscode.git/clone" did not exist on "ab108a0e31660647c19287b5057dc16282b2041a"
Unverified
Commit
802ffaff
authored
Jun 15, 2021
by
Sylvain Gugger
Committed by
GitHub
Jun 15, 2021
Browse files
Temporarily deactivate torchhub test (#12184)
parent
52c7ca04
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
.github/workflows/github-torch-hub.yml
.github/workflows/github-torch-hub.yml
+6
-6
No files found.
.github/workflows/github-torch-hub.yml
View file @
802ffaff
...
...
@@ -37,10 +37,10 @@ jobs:
# no longer needed
pip uninstall -y transformers
-
name
:
Torch hub list
run
:
|
python -c "import torch; print(torch.hub.list('huggingface/transformers:$BRANCH'))"
#
- name: Torch hub list
#
run: |
#
python -c "import torch; print(torch.hub.list('huggingface/transformers:$BRANCH'))"
-
name
:
Torch hub help
run
:
|
python -c "import torch; print(torch.hub.help('huggingface/transformers:$BRANCH', 'modelForSequenceClassification'))"
#
- name: Torch hub help
#
run: |
#
python -c "import torch; print(torch.hub.help('huggingface/transformers:$BRANCH', 'modelForSequenceClassification'))"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment