From a507c13f8e58ccaebca4755d9fc7324a1c8b6bcb Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 8 Aug 2024 22:21:05 +0200 Subject: [PATCH] fix(diffusers): do not specify `--pre` as with pip drop --pre as it is not supported by `uv` Signed-off-by: Ettore Di Giacinto --- backend/python/diffusers/requirements-hipblas.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/python/diffusers/requirements-hipblas.txt b/backend/python/diffusers/requirements-hipblas.txt index 92987e7a..b7890f6e 100644 --- a/backend/python/diffusers/requirements-hipblas.txt +++ b/backend/python/diffusers/requirements-hipblas.txt @@ -1,4 +1,3 @@ ---pre --extra-index-url https://download.pytorch.org/whl/nightly/ torch torchvision