mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-04 02:02:18 +00:00
Moving preprocessors.py to a separate directory.
This commit is contained in:
parent
47e5ae682b
commit
2008cd7921
28 changed files with 35 additions and 26 deletions
|
|
@ -24,7 +24,7 @@ from llama_stack.apis.datasets import (
|
|||
URIDataSource,
|
||||
)
|
||||
from llama_stack.apis.models import ListModelsResponse, Model, Models, ModelType
|
||||
from llama_stack.apis.preprocessing.preprocessors import ListPreprocessorsResponse, Preprocessor, Preprocessors
|
||||
from llama_stack.apis.preprocessors.preprocessors import ListPreprocessorsResponse, Preprocessor, Preprocessors
|
||||
from llama_stack.apis.resource import ResourceType
|
||||
from llama_stack.apis.scoring_functions import (
|
||||
ListScoringFunctionsResponse,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue