rename evals related stuff

This commit is contained in:
Xi Yan 2024-11-11 15:11:07 -05:00
parent 2b7d70ba86
commit acd055d763
31 changed files with 21 additions and 41 deletions

View file

@ -0,0 +1,9 @@
# 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 llama_stack.apis.datasetio import * # noqa: F401, F403
class MetaReferenceDatasetIOConfig(BaseModel): ...