Unverified Commit 69d313e8 authored by Lysandre Debut's avatar Lysandre Debut Committed by GitHub
Browse files

Bans SentencePiece 0.1.92 (#5418)

parent 84e56669
...@@ -123,7 +123,7 @@ setup( ...@@ -123,7 +123,7 @@ setup(
# for OpenAI GPT # for OpenAI GPT
"regex != 2019.12.17", "regex != 2019.12.17",
# for XLNet # for XLNet
"sentencepiece", "sentencepiece != 0.1.92",
# for XLM # for XLM
"sacremoses", "sacremoses",
], ],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment