mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-05 12:21:52 +00:00
Moved some stuff out of common/; re-generated OpenAPI spec
This commit is contained in:
parent
76b354a081
commit
6665d31cdf
12 changed files with 238 additions and 236 deletions
|
@ -7,7 +7,7 @@
|
|||
from llama_models.llama3.api.datatypes import * # noqa: F403
|
||||
from llama_stack.apis.agents import * # noqa: F403
|
||||
from llama_stack.apis.dataset import * # noqa: F403
|
||||
from llama_stack.evaluations.api import * # noqa: F403
|
||||
from llama_stack.apis.evals import * # noqa: F403
|
||||
from llama_stack.apis.inference import * # noqa: F403
|
||||
from llama_stack.apis.batch_inference import * # noqa: F403
|
||||
from llama_stack.apis.memory import * # noqa: F403
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue