Moving preprocessors.py to a separate directory.

This commit is contained in:
ilya-kolchinsky 2025-04-03 11:14:11 +02:00
parent 47e5ae682b
commit 2008cd7921
28 changed files with 35 additions and 26 deletions

View file

@ -5,7 +5,7 @@
# the root directory of this source tree.
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 (
ModelInput,
Provider,