Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/OpenNMT/OpenNMT-py.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Hernandez <francois.hernandez.fh@gmail.com>2021-01-04 14:30:38 +0300
committerGitHub <noreply@github.com>2021-01-04 14:30:38 +0300
commit04ce37588e33fe077d965d9cae19fedf13e83819 (patch)
tree46c193a33e66c9fb976c6ad9c9845817365edd91
parent89ad0eba11878dc3f347273f99d71052cec713fc (diff)
Upgrade torchtext to 0.5.0 (#1980)
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f0d22779..aeafdaea 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ setup(
"six==1.15.0",
"tqdm==4.51.0",
"torch==1.6.0",
- "torchtext==0.4.0",
+ "torchtext==0.5.0",
"future==0.18.2",
"configargparse==1.2.3",
"tensorboard==2.3.0",