mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
[Evals API] [1/n] Initial API (#287)
* type system api * datasets api * fix * datasetio api * kill reward scoring * scoring functions + evals * move jobs, fix errors
This commit is contained in:
parent
b279d3bc58
commit
e45f121c77
15 changed files with 397 additions and 243 deletions
7
llama_stack/apis/datasets/__init__.py
Normal file
7
llama_stack/apis/datasets/__init__.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the terms described in the LICENSE file in
|
||||
# the root directory of this source tree.
|
||||
|
||||
from .datasets import * # noqa: F401 F403
|
Loading…
Add table
Add a link
Reference in a new issue