Upload runpod_setup.sh with huggingface_hub
Browse files- runpod_setup.sh +2 -1
runpod_setup.sh
CHANGED
|
@@ -8,8 +8,9 @@ echo "=== Stopping any existing processes ==="
|
|
| 8 |
pkill -f "vllm" 2>/dev/null || true
|
| 9 |
sleep 2
|
| 10 |
|
| 11 |
-
echo "=== Installing vLLM nightly (required for Ministral 3) ==="
|
| 12 |
pip install -U vllm --extra-index-url https://wheels.vllm.ai/nightly
|
|
|
|
| 13 |
|
| 14 |
echo "=== Starting vLLM server ==="
|
| 15 |
echo "Model: RoleModel/ministral-14b-merged-official"
|
|
|
|
| 8 |
pkill -f "vllm" 2>/dev/null || true
|
| 9 |
sleep 2
|
| 10 |
|
| 11 |
+
echo "=== Installing vLLM nightly + transformers from git (required for Ministral 3) ==="
|
| 12 |
pip install -U vllm --extra-index-url https://wheels.vllm.ai/nightly
|
| 13 |
+
pip install -U git+https://github.com/huggingface/transformers
|
| 14 |
|
| 15 |
echo "=== Starting vLLM server ==="
|
| 16 |
echo "Model: RoleModel/ministral-14b-merged-official"
|