From 49870895650700ea85a08155386c594705b84e4d Mon Sep 17 00:00:00 2001 From: mrcodetastic <12006953+mrcodetastic@users.noreply.github.com> Date: Tue, 28 Jan 2025 00:13:35 +0000 Subject: [PATCH] Update README.md Hopefully save other people wasting time in frustration with an install dependancy. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a77a938..bdfdf29 100755 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ On the basis of `Python >= 3.8` environment, install the necessary dependencies pip install -e . ``` +Please note: As at January 2025, 'torch' does support Python 3.13. Please use and earlier version of Python. ### Simple Inference Example