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