diff options
| author | soryu <soryu@soryu.co> | 2026-02-01 02:39:19 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-02-01 02:39:52 +0000 |
| commit | ddd956118880d3416a5e8101dcee7f880cbdc444 (patch) | |
| tree | 9406c510782f7f91c68b3d461ce46f6428a49072 /makima/makima-vllm/run.sh | |
| parent | d0062efd34dfc22c2d8cfee0a47431ac0c8adfda (diff) | |
| download | soryu-makima/multi-phase-plan-fix.tar.gz soryu-makima/multi-phase-plan-fix.zip | |
Remove QWEN TTSmakima/multi-phase-plan-fix
Diffstat (limited to 'makima/makima-vllm/run.sh')
| -rwxr-xr-x | makima/makima-vllm/run.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/makima/makima-vllm/run.sh b/makima/makima-vllm/run.sh deleted file mode 100755 index 246fcbf..0000000 --- a/makima/makima-vllm/run.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -# Run the Qwen3-TTS server - -set -e - -cd "$(dirname "$0")" - -# Activate virtual environment if it exists -if [ -d ".venv" ]; then - source .venv/bin/activate -fi - -# Use exec to replace shell with python so Ctrl+C works properly -exec python server.py |
