Skip to content

Conversation

@ZJLi2013
Copy link

@ZJLi2013 ZJLi2013 commented Dec 23, 2025

hi, ml-sharp team,

thanks for this interesting work, just verified ml-sharp can work on AMD MI300 GPUs. And it's pretty forward, only need prepare rocm compatible pytorch and gsplat, and remove depends on cuda e.t.c.

AMD side quick start can following:

cd ml-sharp
conda create -n sharp python=3.12
pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.4  
pip install gsplat --index-url=https://pypi.amd.com/simple
pip install -r requirements_rocm.txt 
sharp --help
sharp predict -i data/teaser.jpg -o data/output/ --render 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant