llama-stack/llama_stack/providers/inline
yyymeta a626b7bce3
feat: [new open benchmark] BFCL_v3 (#1578)
# What does this PR do?
create a new dataset BFCL_v3 from
https://gorilla.cs.berkeley.edu/blogs/13_bfcl_v3_multi_turn.html

overall each question asks the model to perform a task described in
natural language, and additionally a set of available functions and
their schema are given for the model to choose from. the model is
required to write the function call form including function name and
parameters , to achieve the stated purpose. the results are validated
against provided ground truth, to make sure that the generated function
call and the ground truth function call are syntactically and
semantically equivalent, by checking their AST .



## Test Plan

start server by 

```
llama stack run ./llama_stack/templates/ollama/run.yaml
```

then send traffic
```
 llama-stack-client eval run-benchmark "bfcl"  --model-id   meta-llama/Llama-3.2-3B-Instruct    --output-dir /tmp/gpqa    --num-examples   2
```




[//]: # (## Documentation)
2025-03-14 12:50:49 -07:00
..
agents refactor: move all datetime.now() calls to UTC (#1589) 2025-03-13 15:34:53 -07:00
datasetio test: add unit test to ensure all config types are instantiable (#1601) 2025-03-12 22:29:58 -07:00
eval feat: [new open benchmark] BFCL_v3 (#1578) 2025-03-14 12:50:49 -07:00
inference test: add unit test to ensure all config types are instantiable (#1601) 2025-03-12 22:29:58 -07:00
ios/inference chore: removed executorch submodule (#1265) 2025-02-25 21:57:21 -08:00
post_training refactor: move all datetime.now() calls to UTC (#1589) 2025-03-13 15:34:53 -07:00
safety test: add unit test to ensure all config types are instantiable (#1601) 2025-03-12 22:29:58 -07:00
scoring feat: [new open benchmark] BFCL_v3 (#1578) 2025-03-14 12:50:49 -07:00
telemetry refactor: move all datetime.now() calls to UTC (#1589) 2025-03-13 15:34:53 -07:00
tool_runtime refactor: move all datetime.now() calls to UTC (#1589) 2025-03-13 15:34:53 -07:00
vector_io test: add unit test to ensure all config types are instantiable (#1601) 2025-03-12 22:29:58 -07:00
__init__.py impls -> inline, adapters -> remote (#381) 2024-11-06 14:54:05 -08:00