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
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
Hide 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:
...
@@ -37,10 +37,10 @@ jobs:
# no longer needed
# no longer needed
pip uninstall -y transformers
pip uninstall -y transformers
-
name
:
Torch hub list
#
- name: Torch hub list
run
:
|
#
run: |
python -c "import torch; print(torch.hub.list('huggingface/transformers:$BRANCH'))"
#
python -c "import torch; print(torch.hub.list('huggingface/transformers:$BRANCH'))"
-
name
:
Torch hub help
#
- name: Torch hub help
run
:
|
#
run: |
python -c "import torch; print(torch.hub.help('huggingface/transformers:$BRANCH', 'modelForSequenceClassification'))"
#
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