You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add custom output directory support to vf-eval
Allow users to specify a custom output path via the -s/--save-results
flag. When a path is provided, results are saved there instead of
the default ./outputs or environment-local outputs directory.
Usage:
vf-eval gsm8k -s # default location
vf-eval gsm8k -s /custom/path # custom location
0 commit comments