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
250f27f2
"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "0fdbf0850a3a17a3d36dba9cd8659f1289135cf3"
Unverified
Commit
250f27f2
authored
Jan 12, 2021
by
Sylvain Gugger
Committed by
GitHub
Jan 12, 2021
Browse files
Fix tokenizers install for now
parent
dfbf0f55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
250f27f2
...
@@ -240,7 +240,7 @@ install_requires = [
...
@@ -240,7 +240,7 @@ install_requires = [
deps
[
"regex"
],
# for OpenAI GPT
deps
[
"regex"
],
# for OpenAI GPT
deps
[
"requests"
],
# for downloading models over HTTPS
deps
[
"requests"
],
# for downloading models over HTTPS
deps
[
"sacremoses"
],
# for XLM
deps
[
"sacremoses"
],
# for XLM
deps
[
"tokenizers"
],
deps
[
"tokenizers"
]
+
"==0.9.4"
,
deps
[
"tqdm"
],
# progress bars in model download and training scripts
deps
[
"tqdm"
],
# progress bars in model download and training scripts
]
]
...
...
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