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
597ba7fe
Commit
597ba7fe
authored
Dec 05, 2019
by
Masatoshi Suzuki
Committed by
Julien Chaumond
Dec 11, 2019
Browse files
Support testing Japanese BERT tokenizers
parent
6a43dc9d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
.circleci/config.yml
.circleci/config.yml
+10
-0
No files found.
.circleci/config.yml
View file @
597ba7fe
...
...
@@ -13,6 +13,8 @@ jobs:
-
run
:
sudo pip install --progress-bar off .
-
run
:
sudo pip install pytest codecov pytest-cov
-
run
:
sudo pip install tensorboardX scikit-learn
-
run
:
sudo apt-get -y install libmecab-dev mecab mecab-ipadic-utf8 swig
-
run
:
sudo pip install mecab-python3
-
run
:
python -m pytest -sv ./transformers/tests/ --cov
-
run
:
codecov
build_py3_torch
:
...
...
@@ -27,6 +29,8 @@ jobs:
-
run
:
sudo pip install --progress-bar off .
-
run
:
sudo pip install pytest codecov pytest-cov
-
run
:
sudo pip install tensorboardX scikit-learn
-
run
:
sudo apt-get -y install libmecab-dev mecab mecab-ipadic-utf8 swig
-
run
:
sudo pip install mecab-python3
-
run
:
python -m pytest -sv ./transformers/tests/ --cov
-
run
:
python -m pytest -sv ./examples/
-
run
:
codecov
...
...
@@ -42,6 +46,8 @@ jobs:
-
run
:
sudo pip install --progress-bar off .
-
run
:
sudo pip install pytest codecov pytest-cov
-
run
:
sudo pip install tensorboardX scikit-learn
-
run
:
sudo apt-get -y install libmecab-dev mecab mecab-ipadic-utf8 swig
-
run
:
sudo pip install mecab-python3
-
run
:
python -m pytest -sv ./transformers/tests/ --cov
-
run
:
codecov
build_py2_torch
:
...
...
@@ -55,6 +61,8 @@ jobs:
-
run
:
sudo pip install torch
-
run
:
sudo pip install --progress-bar off .
-
run
:
sudo pip install pytest codecov pytest-cov
-
run
:
sudo apt-get -y install libmecab-dev mecab mecab-ipadic-utf8 swig
-
run
:
sudo pip install mecab-python
-
run
:
python -m pytest -sv ./transformers/tests/ --cov
-
run
:
codecov
build_py2_tf
:
...
...
@@ -68,6 +76,8 @@ jobs:
-
run
:
sudo pip install tensorflow
-
run
:
sudo pip install --progress-bar off .
-
run
:
sudo pip install pytest codecov pytest-cov
-
run
:
sudo apt-get -y install libmecab-dev mecab mecab-ipadic-utf8 swig
-
run
:
sudo pip install mecab-python
-
run
:
python -m pytest -sv ./transformers/tests/ --cov
-
run
:
codecov
deploy_doc
:
...
...
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