feat(model): Support llama.cpp for GLM4-z1 (#2690)

This commit is contained in:
Fangyin Cheng 2025-05-14 10:49:53 +08:00 committed by GitHub
parent d83704d233
commit 6937b970e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,8 +118,8 @@ llama_cpp = [
"llama-cpp-python",
]
llama_cpp_server = [
"llama-cpp-server-py-core>=0.1.3",
"llama-cpp-server-py>=0.1.3",
"llama-cpp-server-py-core>=0.1.4",
"llama-cpp-server-py>=0.1.4",
]
proxy_ollama = ["ollama"]
proxy_zhipuai = ["zhipuai>=2.1.5"]