Uploaded sanitized BC250/ROCm Repository.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
# Check what the /models/load endpoint expects
|
||||
curl -s http://localhost:8080/openapi.json | python3 -c '
|
||||
import sys, json
|
||||
d = json.load(sys.stdin)
|
||||
load = d["paths"].get("/models/load", {}).get("post", {})
|
||||
print(json.dumps(load, indent=2))
|
||||
'
|
||||
Reference in New Issue
Block a user