From f7ffa9cd58c588dcf6ba56c2dd0ab5470efa2fae Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 8 Aug 2024 11:59:31 +0200 Subject: [PATCH] fix(vall-e-x): pin hipblas deps (#3201) Signed-off-by: Ettore Di Giacinto --- backend/python/vall-e-x/requirements-hipblas.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/python/vall-e-x/requirements-hipblas.txt b/backend/python/vall-e-x/requirements-hipblas.txt index 6ddd0b8d..fc43790a 100644 --- a/backend/python/vall-e-x/requirements-hipblas.txt +++ b/backend/python/vall-e-x/requirements-hipblas.txt @@ -1,4 +1,4 @@ --extra-index-url https://download.pytorch.org/whl/rocm6.0 accelerate -torch -torchaudio \ No newline at end of file +torch==2.3.0+rocm6.0 +torchaudio==2.3.0+rocm6.0 \ No newline at end of file