We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687582c commit 657702aCopy full SHA for 657702a
examples/backends/vllm/launch/lora/agg_lora_router.sh
@@ -67,7 +67,7 @@ CUDA_VISIBLE_DEVICES=1 python3 -m dynamo.vllm \
67
# Check available models
68
curl http://localhost:8000/v1/models | jq .
69
70
-# Load LoRA to instnaces using s3 uri
+# Load LoRA to instances using s3 uri
71
curl -s -X POST http://localhost:8081/v1/loras \
72
-H "Content-Type: application/json" \
73
-d '{"lora_name": "codelion/Qwen3-0.6B-accuracy-recovery-lora",
0 commit comments