Sharing of successfully deploy and test with Blackwell Pro 6000 sm_120 cuda 12.9 python 3.12

#3
by CyySky - opened

Sharing of successfully deploy and test with Blackwell Pro 6000 sm_120

AnyDesk_v0ZK08zje6
meshlab_AhFGyE9XWX
WhatsApp Image 2025-10-25 at 4.07.12 PM

wget -qO- https://astral.sh/uv/install.sh | sh

uv venv --python 3.12 venv-hunyuanworld-mirror
source venv-hunyuanworld-mirror/bin/activate

uv pip install torch torchvision --index-url https://download.pytorch.org/whl/cu129

gedit requirements.txt
open3d==0.19.0

uv pip install -r requirements.txt

uv pip install gsplat

uv pip install -r requirements_demo.txt

gedit app.py
change port

python app.py

Sign up or log in to comment