Uploaded sanitized BC250/ROCm Repository.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
sleep 1
|
||||
curl -s http://localhost:9090/api/models | python3 -c "
|
||||
import sys, json
|
||||
for m in json.load(sys.stdin):
|
||||
print(m['id'], m['cat'])
|
||||
"
|
||||
Reference in New Issue
Block a user