mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 09:00:01 +00:00
scoring updates
This commit is contained in:
parent
7b50fdb2b1
commit
3a87562e8d
6 changed files with 1346 additions and 1466 deletions
|
|
@ -8,7 +8,6 @@ from typing import Any, Dict, List, Literal, Optional, Protocol, runtime_checkab
|
|||
from pydantic import BaseModel, Field
|
||||
|
||||
from llama_stack.apis.resource import Resource, ResourceType
|
||||
from llama_stack.apis.scoring_functions import ScoringFnParams
|
||||
from llama_stack.schema_utils import json_schema_type, webmethod
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue