CASE / hf-fr0stbit3-laya-ggufSOURCE / HuggingFace
SOURCE / HUGGINGFACE
laya-gguf
GGUF conversion of convaiinnovations/laya (Apache-2.0), f16, via llama.cpp converthftogguf.py. laya-F16.gguf (and the quants) hold the ModernBERT backbone only, and load in llama.cpp as modern-bert (use --embeddings --pooling none). The decision head and config are in the sibling file laya-head.safetensors (like an mmproj file); read it with layahead.py (loadhead(path) returns config + head weights under the original PyTorch names). The head itself must ru...
中文翻译
中文参考整理中,欢迎补充。
In progress; contributions welcome.2点赞
可运行代码
# 1. serve the backbone (per-token hidden states; -ub must cover your longest input)
llama-server -m laya-F16.gguf --embeddings --pooling none -c 2048 -ub 2048 -b 2048 --port 8080
# 2. python deps for the decision head + tokenizer
pip install laya requests torch safetensors来源说明
本条为社区整理,仅展示公开来源与链接。代码、文本、头像及商标权利归原作者和原平台所有;Laya 模型归 Convai Innovations 所有。
整理方式:自动采集 · 整理时间:2026年9月22日 14:29