From 95c5fe202c2209fa9ebd94e53521220b7b313948 Mon Sep 17 00:00:00 2001 From: haiming Date: Mon, 20 Nov 2023 11:04:55 +0800 Subject: [PATCH] fix:Error caught was: No module named 'triton' in windows11 --- requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 74c2820af..f0cbc450a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,4 +20,7 @@ librosa gradio torchmetrics encodec -pytaglib \ No newline at end of file +pytaglib +gradio==3.35.2 +gradio-client==0.2.7 +pydantic==1.10.9 \ No newline at end of file