mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-03 01:32:17 +00:00
fix
This commit is contained in:
parent
63cf5dda50
commit
b239c57c54
8 changed files with 25 additions and 30 deletions
|
|
@ -51,7 +51,7 @@ class MetaReferenceInferenceConfig(BaseModel):
|
|||
model: str = "Llama3.2-3B-Instruct",
|
||||
checkpoint_dir: str = "${env.CHECKPOINT_DIR:null}",
|
||||
quantization_type: str = "${env.QUANTIZATION_TYPE:bf16}",
|
||||
model_parallel_size: str = "${env.MODEL_PARALLEL_SIZE:null}",
|
||||
model_parallel_size: str = "${env.MODEL_PARALLEL_SIZE:0}",
|
||||
**kwargs,
|
||||
) -> Dict[str, Any]:
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue