mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
removed dead code
removed some dead code
This commit is contained in:
parent
1759780818
commit
534bf972a3
1 changed files with 0 additions and 2 deletions
|
@ -61,8 +61,6 @@ class LlamaStackLLM(LLM):
|
|||
|
||||
# Pydantic model fields
|
||||
client: Any = None
|
||||
#model_id: str = "meta-llama/Llama-4-Maverick-17B-128E-Instruct"
|
||||
# model_id: str = "meta-llama/Llama-3.3-70B-Instruct"
|
||||
model_id: str = "llama3:70b-instruct"
|
||||
|
||||
def __init__(self, client, model_id: str = "llama3:70b-instruct"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue