mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-16 14:38:00 +00:00
endpoint
# What does this PR do? ## Test Plan # What does this PR do? ## Test Plan
This commit is contained in:
parent
140ee7d337
commit
8f57c6a7e8
67 changed files with 9880 additions and 1409 deletions
|
@ -67,15 +67,15 @@
|
|||
"__type__": "ollama._types.GenerateResponse",
|
||||
"__data__": {
|
||||
"model": "llama3.2:3b-instruct-fp16",
|
||||
"created_at": "2025-07-31T17:55:30.590990089Z",
|
||||
"created_at": "2025-08-01T20:57:11.058922Z",
|
||||
"done": true,
|
||||
"done_reason": "stop",
|
||||
"total_duration": 32260966927,
|
||||
"load_duration": 43969344,
|
||||
"total_duration": 3810519000,
|
||||
"load_duration": 148409834,
|
||||
"prompt_eval_count": 259,
|
||||
"prompt_eval_duration": 21518828528,
|
||||
"prompt_eval_duration": 635000000,
|
||||
"eval_count": 60,
|
||||
"eval_duration": 10697338625,
|
||||
"eval_duration": 3025000000,
|
||||
"response": "{\n \"first_name\": \"Michael\",\n \"last_name\": \"Jordan\",\n \"year_of_birth\": 1963,\n \"nba_stats\": {\n \"year_for_draft\": 1984,\n \"num_seasons_in_nba\": 15\n }\n}",
|
||||
"thinking": null,
|
||||
"context": null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue