mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-27 00:31:59 +00:00
record tool_runtime tests
This commit is contained in:
parent
579ff826f7
commit
136451feee
8 changed files with 782 additions and 9 deletions
|
|
@ -11,7 +11,26 @@
|
|||
"body": {
|
||||
"__type__": "ollama._types.ProcessResponse",
|
||||
"__data__": {
|
||||
"models": []
|
||||
"models": [
|
||||
{
|
||||
"model": "llama3.2:1b",
|
||||
"name": "llama3.2:1b",
|
||||
"digest": "baf6a787fdffd633537aa2eb51cfd54cb93ff08e28040095462bb63daf552878",
|
||||
"expires_at": "2025-07-29T16:28:09.564177-07:00",
|
||||
"size": 2770397184,
|
||||
"size_vram": 2770397184,
|
||||
"details": {
|
||||
"parent_model": "",
|
||||
"format": "gguf",
|
||||
"family": "llama",
|
||||
"families": [
|
||||
"llama"
|
||||
],
|
||||
"parameter_size": "1.2B",
|
||||
"quantization_level": "Q8_0"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"is_streaming": false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue