mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-09 19:29:18 +00:00
eleuther eval provider
This commit is contained in:
parent
2441e66d14
commit
6234dd97d5
7 changed files with 168 additions and 2 deletions
10
llama_stack/providers/adapters/evals/eleuther/config.py
Normal file
10
llama_stack/providers/adapters/evals/eleuther/config.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# 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 pydantic import BaseModel
|
||||
|
||||
|
||||
class EleutherEvalsImplConfig(BaseModel): ...
|
||||
Loading…
Add table
Add a link
Reference in a new issue