mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 22:29:47 +00:00
temp commit
This commit is contained in:
parent
de44af1501
commit
35b1a6f2dc
7 changed files with 54 additions and 113 deletions
|
|
@ -16,7 +16,9 @@ from llama_stack.providers.utils.inference import supported_inference_models
|
|||
|
||||
|
||||
class MetaReferenceInferenceConfig(BaseModel):
|
||||
model: Optional[str] = None
|
||||
model: Optional[str] = (
|
||||
None # this is a placeholder to indicate inference model id, not actually being used
|
||||
)
|
||||
torch_seed: Optional[int] = None
|
||||
max_seq_len: int = 4096
|
||||
max_batch_size: int = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue