Skip to content

Fix gguf-tools quality-score linking#537

Open
ivanfioravanti wants to merge 1 commit into
antirez:mainfrom
ivanfioravanti:fix/gguf-quality-link-deps
Open

Fix gguf-tools quality-score linking#537
ivanfioravanti wants to merge 1 commit into
antirez:mainfrom
ivanfioravanti:fix/gguf-quality-link-deps

Conversation

@ivanfioravanti

Copy link
Copy Markdown
Contributor

Summary

Add the distributed and SSD object files to the gguf-tools quality-score build.

ds4.o now references symbols implemented by ds4_distributed.o and ds4_ssd.o. Because the quality-score target did not link those objects, it failed with undefined-symbol errors.

The fix updates both the Metal and CUDA configurations.

Testing

make -C gguf-tools quality-score

The target now compiles and links successfully on macOS with Apple Silicon.

Closes #536

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.

gguf-tools quality-score fails to link after distributed and SSD modules were introduced

1 participant