From d2b5c09b63555aae6a5b474a7593e328ff393bfa Mon Sep 17 00:00:00 2001 From: Abdellah Oumida <152527956+Meeex2@users.noreply.github.com> Date: Tue, 13 May 2025 09:35:30 +0200 Subject: [PATCH] Update packages install --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfff06b..7e6b1c3 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ conda activate tabsyn Install pytorch ``` -pip install torch torchvision torchaudio +pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 ``` or via conda @@ -282,4 +282,4 @@ We appreciate your citations if you find this repository useful to your research journal={arXiv preprint arXiv:2310.09656}, year={2023} } -``` \ No newline at end of file +```