streaming use transformers==4.51.3
This commit is contained in:
@@ -66,7 +66,7 @@
|
|||||||
"print(\"✅ Cloned VibeVoice repository\")\n",
|
"print(\"✅ Cloned VibeVoice repository\")\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# Install project dependencies\n",
|
"# Install project dependencies\n",
|
||||||
"!uv pip --quiet install --system -e /content/VibeVoice[tts]\n",
|
"!uv pip --quiet install --system -e /content/VibeVoice[streamingtts]\n",
|
||||||
"!wget -q https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -O cloudflared && chmod +x cloudflared\n",
|
"!wget -q https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -O cloudflared && chmod +x cloudflared\n",
|
||||||
"print(\"✅ Installed dependencies\")\n",
|
"print(\"✅ Installed dependencies\")\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ sudo docker run --privileged --net=host --ipc=host --ulimit memlock=-1:-1 --ulim
|
|||||||
git clone https://github.com/microsoft/VibeVoice.git
|
git clone https://github.com/microsoft/VibeVoice.git
|
||||||
cd VibeVoice/
|
cd VibeVoice/
|
||||||
|
|
||||||
pip install -e .
|
pip install -e .[streamingtts]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -38,6 +38,12 @@ dependencies = [
|
|||||||
"requests",
|
"requests",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
[project.optional-dependencies]
|
||||||
|
streamingtts = [
|
||||||
|
"transformers==4.51.3",
|
||||||
|
]
|
||||||
|
|
||||||
[project.entry-points."vllm.general_plugins"]
|
[project.entry-points."vllm.general_plugins"]
|
||||||
vibevoice = "vllm_plugin:register_vibevoice"
|
vibevoice = "vllm_plugin:register_vibevoice"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user