From 081781ca8590886892ddbbc105d3a6a864f8672c Mon Sep 17 00:00:00 2001 From: Nikhilesh Bhatnagar Date: Fri, 4 Aug 2023 17:44:13 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c3996bd..9fb5b5b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This repo contains code for python backend CTranslate2 based triton models for the SSMT project. Prerequisites: `python3.xx-venv`, `nvidia-docker`, `bash` + +Quantization disabled until qualitative testing is performed. For now, the argument `int8` does nothing. ```bash git clone https://ssmt.iiit.ac.in/meitygit/ssmt/mt-model-deploy-dhruva.git cd mt-model-deploy-dhruva -- GitLab