5 lines
138 B
Bash
5 lines
138 B
Bash
#!/bin/bash
|
|
curl -s -X POST http://localhost:9090/api/model/load \
|
|
-H "Content-Type: application/json" \
|
|
-d '{"model_id":"qwen3-4b"}'
|