文件
JGZYES 28535b1c74 ParlzMAI: pure-C MoE inference + ParlzAIPlatformPAP framework
- pmai unified CLI (generate/chat/interactive/http/inspect/output/config)
- GPT+MoE transformer, .pap (f32/fp16/q8) + GGUF loader (order+version adaptive)
- llama/Mixtral arch: RoPE+GQA+SwiGLU+MoE (C==torch verified)
- C llama BPE tokenizer (validated vs llama-cpp-python)
- training framework + 0.1B/0.22B MoE models; quantization fp16/q8
- build artifacts to output/; HTTP API; config.yaml; scripts; openapi
2026-09-07 07:16:58 +08:00

23 行
250 B
Plaintext

# 构建/产物
build/
build-asan/
dist/
output/
# WSL 发行版镜像(大)
wsl/
# 模型文件(大,可重新训练/下载)
models/*.pap
models/*.gguf
!models/.gitkeep
# 缓存/二进制
*.o
*.a
*.so
*.core
*.papcache
__pycache__/
*.pyc