From 687f06b00410e759771e79087344e5371a930b3b Mon Sep 17 00:00:00 2001 From: sudopacman <96980396+CryingN@users.noreply.github.com> Date: Wed, 5 Feb 2025 01:53:45 +0800 Subject: [PATCH] Update requirements.txt The current pip library does not provide version 2.4.1 'touch' and version 3.0.0 'triton', and the 'requirements.txt' file has been updated to a minimum to meet the current pip installation requirements --- inference/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inference/requirements.txt b/inference/requirements.txt index 68a60d0..700cf1d 100644 --- a/inference/requirements.txt +++ b/inference/requirements.txt @@ -1,4 +1,4 @@ -torch==2.4.1 -triton==3.0.0 +torch==2.6.0 +triton==3.2.0 transformers==4.46.3 -safetensors==0.4.5 \ No newline at end of file +safetensors==0.4.5