Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
9d519dab
Commit
9d519dab
authored
Nov 13, 2020
by
LysandreJik
Browse files
Fix paths in github YAML
parent
826f0457
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
.github/workflows/self-push.yml
.github/workflows/self-push.yml
+8
-8
No files found.
.github/workflows/self-push.yml
View file @
9d519dab
...
...
@@ -60,10 +60,10 @@ jobs:
-
name
:
Create model files
run
:
|
source .env/bin/activate
transformers-cli add-new-model --testing --testing_file=templates/
cookiecutter
/tests/encoder-bert-tokenizer.json --path=templates/
cookiecutter
transformers-cli add-new-model --testing --testing_file=templates/
cookiecutter
/tests/pt-encoder-bert-tokenizer.json --path=templates/
cookiecutter
transformers-cli add-new-model --testing --testing_file=templates/
cookiecutter
/tests/standalone.json --path=templates/
cookiecutter
transformers-cli add-new-model --testing --testing_file=templates/
cookiecutter
/tests/tf-encoder-bert-tokenizer.json --path=templates/
cookiecutter
transformers-cli add-new-model --testing --testing_file=templates/
adding_a_new_model
/tests/encoder-bert-tokenizer.json --path=templates/
adding_a_new_model
transformers-cli add-new-model --testing --testing_file=templates/
adding_a_new_model
/tests/pt-encoder-bert-tokenizer.json --path=templates/
adding_a_new_model
transformers-cli add-new-model --testing --testing_file=templates/
adding_a_new_model
/tests/standalone.json --path=templates/
adding_a_new_model
transformers-cli add-new-model --testing --testing_file=templates/
adding_a_new_model
/tests/tf-encoder-bert-tokenizer.json --path=templates/
adding_a_new_model
-
name
:
Run all non-slow tests on GPU
env
:
...
...
@@ -129,10 +129,10 @@ jobs:
-
name
:
Create model files
run
:
|
source .env/bin/activate
transformers-cli add-new-model --testing --testing_file=templates/
cookiecutter
/tests/encoder-bert-tokenizer.json --path=templates/
cookiecutter
transformers-cli add-new-model --testing --testing_file=templates/
cookiecutter
/tests/pt-encoder-bert-tokenizer.json --path=templates/
cookiecutter
transformers-cli add-new-model --testing --testing_file=templates/
cookiecutter
/tests/standalone.json --path=templates/
cookiecutter
transformers-cli add-new-model --testing --testing_file=templates/
cookiecutter
/tests/tf-encoder-bert-tokenizer.json --path=templates/
cookiecutter
transformers-cli add-new-model --testing --testing_file=templates/
adding_a_new_model
/tests/encoder-bert-tokenizer.json --path=templates/
adding_a_new_model
transformers-cli add-new-model --testing --testing_file=templates/
adding_a_new_model
/tests/pt-encoder-bert-tokenizer.json --path=templates/
adding_a_new_model
transformers-cli add-new-model --testing --testing_file=templates/
adding_a_new_model
/tests/standalone.json --path=templates/
adding_a_new_model
transformers-cli add-new-model --testing --testing_file=templates/
adding_a_new_model
/tests/tf-encoder-bert-tokenizer.json --path=templates/
adding_a_new_model
-
name
:
Run all non-slow tests on GPU
env
:
...
...
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