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