deps:refactor dependencies installation method (#2381)

This commit is contained in:
yyhhyy
2025-03-02 18:34:01 +08:00
committed by GitHub
parent 904e8e0393
commit 0c7dae71da
7 changed files with 1906 additions and 694 deletions

View File

@@ -113,11 +113,11 @@ code = [
"lyric-component-ts-transpiling>=0.1.6",
]
llama_cpp = [
"llama-cpp-python"
"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>=0.1.3",
]
proxy_ollama = ["ollama"]
proxy_zhipuai = ["zhipuai>=2.1.5"]