mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
update import for quantization format from models
This commit is contained in:
parent
f9111652ef
commit
2e7978fa39
2 changed files with 10 additions and 11 deletions
9
llama_toolchain/models/api/endpoints.py
Normal file
9
llama_toolchain/models/api/endpoints.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
from typing import Protocol
|
||||
|
||||
from pyopenapi import webmethod
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class Models(Protocol):
|
||||
...
|
Loading…
Add table
Add a link
Reference in a new issue