Change8

b8721

📦 llama-cppView on GitHub →
🐛 1 fixes

Summary

This release addresses an issue where GGUF split files were incorrectly ordered during model selection. It ensures robustness by skipping non-primary split files regardless of their listing order.

🐛 Bug Fixes

  • Skipped non-primary GGUF split files when selecting models, as file listing order cannot be assumed.