mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-19 08:26:51 +00:00
feat(model): Support MLX inference (#2781)
This commit is contained in:
@@ -68,6 +68,9 @@ vllm = [
|
||||
# Just support GPU version on Linux
|
||||
"vllm>=0.7.0; sys_platform == 'linux'",
|
||||
]
|
||||
mlx = [
|
||||
"mlx-lm>=0.25.2; sys_platform == 'darwin'",
|
||||
]
|
||||
# vllm_pascal = [
|
||||
# # https://github.com/sasha0552/pascal-pkgs-ci
|
||||
# "vllm-pascal==0.7.2; sys_platform == 'linux'"
|
||||
|
Reference in New Issue
Block a user