From a518b1bc2c3549a7517160d8d7685ea592e9592d Mon Sep 17 00:00:00 2001 From: Nikhilesh Bhatnagar Date: Mon, 6 Nov 2023 10:45:03 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c54cec4..499b632 100644 --- a/README.md +++ b/README.md @@ -52,3 +52,6 @@ nvidia-docker run --gpus=all --rm --shm-size 5g --network=host --name dhruva-him We provide a sample ipython notebook that shows how to concurrently request the client for translations. Prerequisites: `pip install "tritonclient[all]" tqdm numpy wonderwords` + +## Data and Model Training +Please refer to the training-code folder and the README within for the links to the data and checkout the Ipython notebook for an annotated version of the training script. -- GitLab