mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 10:42:39 +00:00
lint
This commit is contained in:
parent
1f0e399e32
commit
1d626bb212
4 changed files with 8 additions and 4 deletions
|
@ -1 +1 @@
|
|||
../../llama_stack/templates/sambanova/build.yaml
|
||||
../../llama_stack/templates/sambanova/build.yaml
|
||||
|
|
|
@ -1 +1 @@
|
|||
../../llama_stack/templates/sambanova/run.yaml
|
||||
../../llama_stack/templates/sambanova/run.yaml
|
||||
|
|
|
@ -7,7 +7,12 @@
|
|||
import json
|
||||
from typing import AsyncGenerator
|
||||
|
||||
from llama_models.datatypes import CoreModelId, TopPSamplingStrategy, TopKSamplingStrategy, GreedySamplingStrategy
|
||||
from llama_models.datatypes import (
|
||||
CoreModelId,
|
||||
GreedySamplingStrategy,
|
||||
TopKSamplingStrategy,
|
||||
TopPSamplingStrategy,
|
||||
)
|
||||
from llama_models.llama3.api.chat_format import ChatFormat
|
||||
from llama_models.llama3.api.tokenizer import Tokenizer
|
||||
from openai import OpenAI
|
||||
|
|
|
@ -30,4 +30,3 @@ distribution_spec:
|
|||
- inline::rag-runtime
|
||||
- remote::model-context-protocol
|
||||
image_type: conda
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue