feat: llama.cpp 命令生成器 v1.0.0

- 支持多版本 llama.cpp 参数 (b6310, b10068)
- GPU 模式 / GPU+CPU 模式
- 多 GPU 支持 (最多4张)
- 实时显存/内存估算
- 自然语言解析生成命令
- 参数分级显示 (重要/隐藏)
- 仅输出非默认值参数
- 后台管理 (GPU/版本/参数 CRUD)
- 模型预设 (7B-70B)
This commit is contained in:
2026-07-19 18:08:36 +08:00
commit a407032b4d
10 changed files with 3048 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
flask==3.1.0
flask-cors==5.0.1