From 11665f9cb2927930be9bb30abc015ac2b5101980 Mon Sep 17 00:00:00 2001 From: Szymon Migacz <1934379+szmigacz@users.noreply.github.com> Date: Wed, 13 Oct 2021 09:40:51 -0700 Subject: [PATCH] [GNMT/PyT] requirements.txt: updated pytablewriter to 0.64.0 --- PyTorch/Translation/GNMT/README.md | 6 +++++- PyTorch/Translation/GNMT/requirements.txt | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/PyTorch/Translation/GNMT/README.md b/PyTorch/Translation/GNMT/README.md index 5d5ab1db..58c5770f 100644 --- a/PyTorch/Translation/GNMT/README.md +++ b/PyTorch/Translation/GNMT/README.md @@ -932,7 +932,11 @@ To view all available options for inference, run `python3 translate.py --help`. ## Performance -The performance measurements in this document were conducted at the time of publication and may not reflect the performance achieved from NVIDIA’s latest software release. For the most up-to-date performance measurements, go to [NVIDIA Data Center Deep Learning Product Performance](https://developer.nvidia.com/deep-learning-performance-training-inference). +The performance measurements in this document were conducted at the time of +publication and may not reflect the performance achieved from NVIDIA’s latest +software release. For the most up-to-date performance measurements, go to +[NVIDIA Data Center Deep Learning Product +Performance](https://developer.nvidia.com/deep-learning-performance-training-inference). ### Benchmarking The following section shows how to run benchmarks measuring the model diff --git a/PyTorch/Translation/GNMT/requirements.txt b/PyTorch/Translation/GNMT/requirements.txt index e94519f1..bf21aaff 100644 --- a/PyTorch/Translation/GNMT/requirements.txt +++ b/PyTorch/Translation/GNMT/requirements.txt @@ -1,4 +1,4 @@ -pytablewriter==0.47.0 +pytablewriter==0.64.0 sacrebleu==1.2.10 sacremoses==0.0.19 pynvml==8.0.4