mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-03 04:52:15 +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
|
|
@ -13,7 +13,7 @@ from pydantic import BaseModel, Field
|
|||
|
||||
from llama_stack.apis.datasets import DatasetPurpose
|
||||
from llama_stack.apis.models.models import ModelType
|
||||
from llama_stack.apis.preprocessing.preprocessors import PreprocessorInput
|
||||
from llama_stack.apis.preprocessors.preprocessors import PreprocessorInput
|
||||
from llama_stack.distribution.datatypes import (
|
||||
Api,
|
||||
BenchmarkInput,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue