From 3474a9df888a646117a28f2d963543de4a4ca4d8 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Thu, 1 May 2025 11:36:28 +0700 Subject: [PATCH] fix(doc): update min torch version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56e45e3fe..d5e8f08a1 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Features: - NVIDIA GPU (Ampere or newer for `bf16` and Flash Attention) or AMD GPU - Python 3.11 -- PyTorch ≥2.4.1 +- PyTorch ≥2.5.1 ### Installation