From 51f8049c7a3861f9847472504d2c52196d97a07f Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Fri, 26 Jul 2024 08:25:44 -0700 Subject: [PATCH] Update fp8_requirements, we don't need nightly torch anymore --- fp8_requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fp8_requirements.txt b/fp8_requirements.txt index 198486004..17637f27e 100644 --- a/fp8_requirements.txt +++ b/fp8_requirements.txt @@ -1,5 +1,4 @@ ---extra-index-url https://download.pytorch.org/whl/nightly/cu121 -torch>=2.4.0.dev20240531,<2.4.1 +torch>=2.4.0 accelerate black==24.4.2 codeshield