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
9fefdb07
Unverified
Commit
9fefdb07
authored
Oct 27, 2020
by
Jason Wolosonovich
Committed by
GitHub
Oct 27, 2020
Browse files
DEP: pinned sentencepiece to 0.1.91 in setup.py (#8069)
Co-authored-by:
Lysandre Debut
<
lysandre@huggingface.co
>
parent
edd3721c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+2
-2
No files found.
setup.py
View file @
9fefdb07
...
...
@@ -98,7 +98,7 @@ extras["onnxruntime"] = ["onnxruntime>=1.4.0", "onnxruntime-tools>=1.4.2"]
extras
[
"serving"
]
=
[
"pydantic"
,
"uvicorn"
,
"fastapi"
,
"starlette"
]
extras
[
"sentencepiece"
]
=
[
"sentencepiece
!
=0.1.9
2
"
]
extras
[
"sentencepiece"
]
=
[
"sentencepiece
=
=0.1.9
1
"
]
extras
[
"retrieval"
]
=
[
"faiss-cpu"
,
"datasets"
]
extras
[
"testing"
]
=
[
"pytest"
,
"pytest-xdist"
,
"timeout-decorator"
,
"parameterized"
,
"psutil"
]
+
extras
[
"retrieval"
]
# sphinx-rtd-theme==0.5.0 introduced big changes in the style.
...
...
@@ -140,7 +140,7 @@ setup(
# for OpenAI GPT
"regex != 2019.12.17"
,
# for SentencePiece models
"sentencepiece
!
= 0.1.9
2
"
,
"sentencepiece
=
= 0.1.9
1
"
,
"protobuf"
,
# for XLM
"sacremoses"
,
...
...
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