Take bfcl as an example:
>>> nemo-evaluator-launcher ls
=====================================================
harness: bfcl
container: nvcr.io/nvidia/eval-factory/bfcl:25.10
task endpoint_type
-----------------------------------------------------
bfclv2_ast_prompting chat
bfclv3_ast_prompting chat
-----------------------------------------------------
2 tasks available
=====================================================
However, if I enter the bfcl container:
>>> nemo-evaluator ls
bfcl:
* bfclv3
* bfclv3_ast
* bfclv3_ast_prompting
* bfclv2
* bfclv2_ast
* bfclv2_ast_prompting
Are these expected? Or how to make nemo-evaluator-launcher also support the full list of tasks?
Thanks!
Take bfcl as an example:
However, if I enter the bfcl container:
Are these expected? Or how to make nemo-evaluator-launcher also support the full list of tasks?
Thanks!