mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-15 16:22:46 +00:00
fix recordings
This commit is contained in:
parent
6533340029
commit
ce07c2aa05
12 changed files with 2666 additions and 5 deletions
|
|
@ -17,7 +17,7 @@
|
|||
"model": "all-minilm:l6-v2",
|
||||
"name": "all-minilm:l6-v2",
|
||||
"digest": "1b226e2802dbb772b5fc32a58f103ca1804ef7501331012de126ab22f67475ef",
|
||||
"expires_at": "2025-10-06T14:37:01.069960-07:00",
|
||||
"expires_at": "2025-10-06T16:41:45.231544-07:00",
|
||||
"size": 590204928,
|
||||
"size_vram": 590204928,
|
||||
"details": {
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@
|
|||
{
|
||||
"__type__": "openai.types.model.Model",
|
||||
"__data__": {
|
||||
"id": "llama3.2:3b-instruct-fp16",
|
||||
"created": 1759786050,
|
||||
"id": "all-minilm:l6-v2",
|
||||
"created": 1759793684,
|
||||
"object": "model",
|
||||
"owned_by": "library"
|
||||
}
|
||||
|
|
@ -22,8 +22,8 @@
|
|||
{
|
||||
"__type__": "openai.types.model.Model",
|
||||
"__data__": {
|
||||
"id": "all-minilm:l6-v2",
|
||||
"created": 1759785110,
|
||||
"id": "llama3.2:3b-instruct-fp16",
|
||||
"created": 1759791776,
|
||||
"object": "model",
|
||||
"owned_by": "library"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"test_id": null,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"url": "http://0.0.0.0:11434/v1/v1/models",
|
||||
"headers": {},
|
||||
"body": {},
|
||||
"endpoint": "/v1/models",
|
||||
"model": ""
|
||||
},
|
||||
"response": {
|
||||
"body": [
|
||||
{
|
||||
"__type__": "openai.types.model.Model",
|
||||
"__data__": {
|
||||
"id": "llama3.2:3b-instruct-fp16",
|
||||
"created": 1759791776,
|
||||
"object": "model",
|
||||
"owned_by": "library"
|
||||
}
|
||||
}
|
||||
],
|
||||
"is_streaming": false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue