Skip to content

docs: add AMD/ROCm installation instructions (closes #15)#27

Closed
kru2710shna wants to merge 1 commit into
Liquid4All:mainfrom
kru2710shna:docs/amd-rocm-installation
Closed

docs: add AMD/ROCm installation instructions (closes #15)#27
kru2710shna wants to merge 1 commit into
Liquid4All:mainfrom
kru2710shna:docs/amd-rocm-installation

Conversation

@kru2710shna

Copy link
Copy Markdown

Closes #15

What

Documents how to run liquid-audio on AMD GPUs using ROCm via uv. No source code changes — README and pyproject.toml only.

Changes

  • Restructures ## Installation into NVIDIA (default) and AMD / ROCm (community) sub-sections
  • Adds [tool.uv.sources] + [[tool.uv.index]] for ROCm 7.1 wheel index to pyproject.toml
  • Notes Flash Attention 2 unavailability on AMD (falls back to torch SDPA)
  • Corrects uv add gradle from the issue (not a real Python package) — demo deps are covered by uv sync --extra demo

Based on community testing reported in #15 by @gtherond.

@haerski

haerski commented May 29, 2026

Copy link
Copy Markdown
Collaborator

Hey, thanks for the pull request, unfortunately I'll have to close this. This doesn't address the root cause of AMD installation issues, instead it only changes the development environment to be compatible with AMD only (and you're also missing an update to uv.lock).

The package should be compatible with AMD cards as it is, assuming the rocm index for torch is used. However there may be issues with recent versions of torchcodec. I've opened another PR to remove our dependency on torchcodec.

@haerski haerski closed this May 29, 2026
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.

Add a documentation about how to run on AMD

2 participants