This repository has been archived on 2026-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ROCm-Research-Archive/Scripts and Tests/_load_chat.sh
T
2026-08-20 00:45:43 +02:00

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"}'