Commit Graph

13 Commits

Author SHA1 Message Date
deva100 b68802ff17 [fix] embed-quant q6_k; [modify] README update 2026-01-20 04:56:50 +00:00
Younes Belkada f314d18863 feat: add also base models 2025-05-21 04:11:07 +04:00
younesbelkada de371b708d add falcon-e support 2025-05-14 17:07:05 +04:00
Benjamin Wegener c9e752c9d7 Fix build error with GCC by forcing Clang compiler in CMake on android/aarch64 (#242)
GCC does not recognize Clang-specific warning flags like
-Wunreachable-code-break and -Wunreachable-code-return, which are passed
by upstream submodules (e.g., ggml). This patch forces CMake to use Clang
via command-line arguments, avoiding the need to patch nested submodules.

This resolves compiler errors without modifying submodule source code.
2025-05-08 16:22:45 +08:00
Yan Xia fd3f355a0b update readme and setup script to support official BitNet b1.58 model (#171)
* update readme and setup file for new model.

* update model file name

---------

Co-authored-by: Yan Xia <yanxia@microsoft.com>
2025-04-15 14:53:56 +08:00
potassiummmm c96c2499d6 Fix model name in setup_env.py 2024-12-19 01:20:14 +08:00
potassiummmm 0a446952e1 fix readme issue and -cnv option issue 2024-12-18 21:20:26 +08:00
potassiummmm aa39c0cdcc fix version requirement of transformers pypi package and model list for codegen 2024-12-18 17:54:23 +08:00
younesbelkada de19627eef add 10b model 2024-12-16 14:42:15 +00:00
younesbelkada a838911a55 more changes to support chat models 2024-12-09 16:45:31 +00:00
younesbelkada 18cfa8af89 add fc3 support 2024-11-14 14:51:09 +00:00
Goran Jelic-Cizmek 141ddfd4fe Fix compiler errors on GCC 2024-10-25 16:23:01 +02:00
potassiummmm 6cfd8831fd initial commit 2024-10-17 21:21:10 +08:00