Not an issue at all but wanted to confirm that YuEGP does work on AMD Radeon Pro W6600 / gfx1032 ,,pretty low end 8GB VRAM, but fairly recent GPU, by install PyTorch-ROCm6.2
Have to use the HSA overides to eliminate many errors when launching server_gradio.py
So my launch script looks like:
HSA_OVERRIDE_GFX_VERSION=10.3.0 TORCH_ROCM_AOTRITON_ENABLE_EXPERIMENTAL=1 python gradio_server.py --profile 5 --sdpa
Thanks for this work.
Not an issue at all but wanted to confirm that YuEGP does work on AMD Radeon Pro W6600 / gfx1032 ,,pretty low end 8GB VRAM, but fairly recent GPU, by install PyTorch-ROCm6.2
Have to use the HSA overides to eliminate many errors when launching server_gradio.py
So my launch script looks like:
HSA_OVERRIDE_GFX_VERSION=10.3.0 TORCH_ROCM_AOTRITON_ENABLE_EXPERIMENTAL=1 python gradio_server.py --profile 5 --sdpa
Thanks for this work.