From 84e97834c0c142784c54a8fc2b2f461975c89dd7 Mon Sep 17 00:00:00 2001 From: Xianghui Yang <32695851+Wi-sc@users.noreply.github.com> Date: Thu, 31 Jul 2025 17:21:07 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f734ad..4539534 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ It takes 10 GB VRAM for shape generation, 21GB for texture generation and 29GB f Hunyuan3D 2.1 supports Macos, Windows, Linux. You may follow the next steps to use Hunyuan3D 2.1 via: ### Install Requirements -We test our model on an A100 GPU with Python 3.10 and PyTorch 2.5.1+cu124. +We test our model with Python 3.10 and PyTorch 2.5.1+cu124. ```bash pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu124 pip install -r requirements.txt