mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-02 13:04:32 +00:00
The first draft of the Preprocessing API.
This commit is contained in:
parent
7f9b767277
commit
aa1b670d5c
18 changed files with 327 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ class ResourceType(Enum):
|
|||
benchmark = "benchmark"
|
||||
tool = "tool"
|
||||
tool_group = "tool_group"
|
||||
preprocessor = "preprocessor"
|
||||
|
||||
|
||||
class Resource(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue