Skip to content

Commit

Permalink
Fix sampleNMT data link
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Chen <kevinch@nvidia.com>
  • Loading branch information
kevinch-nv authored and rajeevsrao committed Jan 7, 2022
1 parent 34a1675 commit 498dcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/sampleNMT/get_newstest2015.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fi

echo "Downloading newstests..."
curl -o ${OUTPUT_DIR}/dev.tgz \
http://data.statmt.org/wmt16/translation-task/dev.tgz
https://data.statmt.org/wmt16/translation-task/dev.tgz

# Extract everything
echo "Extracting newstest data..."
Expand Down

0 comments on commit 498dcb0

Please sign in to comment.