mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-15 14:43:48 +00:00
avoid trivial recording changes
This commit is contained in:
parent
a63ea05114
commit
2b7f5d845e
3 changed files with 47 additions and 47 deletions
|
@ -21,7 +21,7 @@
|
|||
"__type__": "ollama._types.GenerateResponse",
|
||||
"__data__": {
|
||||
"model": "llama3.2:3b-instruct-fp16",
|
||||
"created_at": "2025-10-01T13:50:55.935115981Z",
|
||||
"created_at": "2025-09-27T18:05:56.663224Z",
|
||||
"done": false,
|
||||
"done_reason": null,
|
||||
"total_duration": null,
|
||||
|
@ -39,7 +39,7 @@
|
|||
"__type__": "ollama._types.GenerateResponse",
|
||||
"__data__": {
|
||||
"model": "llama3.2:3b-instruct-fp16",
|
||||
"created_at": "2025-10-01T13:50:55.947461014Z",
|
||||
"created_at": "2025-09-27T18:05:56.706706Z",
|
||||
"done": false,
|
||||
"done_reason": null,
|
||||
"total_duration": null,
|
||||
|
@ -57,7 +57,7 @@
|
|||
"__type__": "ollama._types.GenerateResponse",
|
||||
"__data__": {
|
||||
"model": "llama3.2:3b-instruct-fp16",
|
||||
"created_at": "2025-10-01T13:50:55.957159731Z",
|
||||
"created_at": "2025-09-27T18:05:56.751075Z",
|
||||
"done": false,
|
||||
"done_reason": null,
|
||||
"total_duration": null,
|
||||
|
@ -75,7 +75,7 @@
|
|||
"__type__": "ollama._types.GenerateResponse",
|
||||
"__data__": {
|
||||
"model": "llama3.2:3b-instruct-fp16",
|
||||
"created_at": "2025-10-01T13:50:55.966717424Z",
|
||||
"created_at": "2025-09-27T18:05:56.794187Z",
|
||||
"done": false,
|
||||
"done_reason": null,
|
||||
"total_duration": null,
|
||||
|
@ -93,7 +93,7 @@
|
|||
"__type__": "ollama._types.GenerateResponse",
|
||||
"__data__": {
|
||||
"model": "llama3.2:3b-instruct-fp16",
|
||||
"created_at": "2025-10-01T13:50:55.976404561Z",
|
||||
"created_at": "2025-09-27T18:05:56.837831Z",
|
||||
"done": false,
|
||||
"done_reason": null,
|
||||
"total_duration": null,
|
||||
|
@ -111,7 +111,7 @@
|
|||
"__type__": "ollama._types.GenerateResponse",
|
||||
"__data__": {
|
||||
"model": "llama3.2:3b-instruct-fp16",
|
||||
"created_at": "2025-10-01T13:50:55.986022942Z",
|
||||
"created_at": "2025-09-27T18:05:56.879926Z",
|
||||
"done": false,
|
||||
"done_reason": null,
|
||||
"total_duration": null,
|
||||
|
@ -129,7 +129,7 @@
|
|||
"__type__": "ollama._types.GenerateResponse",
|
||||
"__data__": {
|
||||
"model": "llama3.2:3b-instruct-fp16",
|
||||
"created_at": "2025-10-01T13:50:55.995649652Z",
|
||||
"created_at": "2025-09-27T18:05:56.92182Z",
|
||||
"done": false,
|
||||
"done_reason": null,
|
||||
"total_duration": null,
|
||||
|
@ -147,15 +147,15 @@
|
|||
"__type__": "ollama._types.GenerateResponse",
|
||||
"__data__": {
|
||||
"model": "llama3.2:3b-instruct-fp16",
|
||||
"created_at": "2025-10-01T13:50:56.005198515Z",
|
||||
"created_at": "2025-09-27T18:05:56.963339Z",
|
||||
"done": true,
|
||||
"done_reason": "stop",
|
||||
"total_duration": 344765770,
|
||||
"load_duration": 219142539,
|
||||
"total_duration": 492973041,
|
||||
"load_duration": 103979375,
|
||||
"prompt_eval_count": 482,
|
||||
"prompt_eval_duration": 45594530,
|
||||
"prompt_eval_duration": 87032041,
|
||||
"eval_count": 8,
|
||||
"eval_duration": 79411415,
|
||||
"eval_duration": 300586375,
|
||||
"response": "",
|
||||
"thinking": null,
|
||||
"context": null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue