mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-15 22:18:00 +00:00
chore: fix: integration tests failures marked as successful (#3039)
This commit is contained in:
parent
eac1e0c7d4
commit
bb6b6041d6
20 changed files with 8449 additions and 871 deletions
|
@ -20,15 +20,15 @@
|
|||
"__type__": "ollama._types.GenerateResponse",
|
||||
"__data__": {
|
||||
"model": "llama3.2:3b-instruct-fp16",
|
||||
"created_at": "2025-08-01T20:57:22.827462Z",
|
||||
"created_at": "2025-08-04T22:55:57.955211Z",
|
||||
"done": true,
|
||||
"done_reason": "stop",
|
||||
"total_duration": 731625417,
|
||||
"load_duration": 58932417,
|
||||
"total_duration": 842946458,
|
||||
"load_duration": 91343000,
|
||||
"prompt_eval_count": 386,
|
||||
"prompt_eval_duration": 609000000,
|
||||
"prompt_eval_duration": 685000000,
|
||||
"eval_count": 2,
|
||||
"eval_duration": 61000000,
|
||||
"eval_duration": 64000000,
|
||||
"response": "[]",
|
||||
"thinking": null,
|
||||
"context": null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue