mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
add yaml to manifest
This commit is contained in:
parent
6f0d348b1c
commit
74442e88b1
3 changed files with 7 additions and 3 deletions
9
llama_toolchain/data/default_inference_config.yaml
Normal file
9
llama_toolchain/data/default_inference_config.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
inference_config:
|
||||
impl_type: "inline"
|
||||
inline_config:
|
||||
checkpoint_type: "pytorch"
|
||||
checkpoint_dir: {checkpoint_dir}/
|
||||
tokenizer_path: {checkpoint_dir}/tokenizer.model
|
||||
model_parallel_size: {model_parallel_size}
|
||||
max_seq_len: 2048
|
||||
max_batch_size: 1
|
Loading…
Add table
Add a link
Reference in a new issue