Add vLLM plugin support for high-performance ASR serving

This commit is contained in:
YingboHAO
2026-01-23 17:32:24 +00:00
parent c0c2af984e
commit 4df5b0582f
10 changed files with 2545 additions and 2 deletions
+11
View File
@@ -45,9 +45,20 @@ asr = [
"pydub" # for visualization
]
vllm = [
"transformers>=4.51.3",
"fastapi",
"uvicorn[standard]",
"requests",
]
[project.entry-points."vllm.general_plugins"]
vibevoice = "vllm_plugin:register_vibevoice"
[project.urls]
"Homepage" = "https://github.com/microsoft/VibeVoice"
"Bug Tracker" = "https://github.com/microsoft/VibeVoice/issues"
[tool.setuptools.packages.find]
where = ["."]
include = ["vibevoice*", "vllm_plugin*"]