Skip to content

Fix execution tests failing due to missing origami library - #126

Merged
danielholanda merged 3 commits into
mainfrom
dholanda/fix_pipe_selective
Jul 31, 2026
Merged

Fix execution tests failing due to missing origami library#126
danielholanda merged 3 commits into
mainfrom
dholanda/fix_pipe_selective

Conversation

@danielholanda

Copy link
Copy Markdown
Contributor

Description

Recent ROCm nightlies added origami as a runtime dependency of hipBLASLt. It wasn't in our copy lists, so builds succeeded but llama-cli failed to start (STATUS_DLL_NOT_FOUND on Windows, liborigami.so.1: cannot open shared object file on Linux).
Verified against the current gfx1151 tarballs (PE/ELF dependency closure) that origami is the only missing library.

  • Windows: add origami.dll to the DLL copy list
  • Linux: add liborigami.so* to the library copy list

@danielholanda danielholanda self-assigned this Jul 31, 2026
@danielholanda
danielholanda merged commit 45a0c15 into main Jul 31, 2026
36 of 37 checks passed
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