mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-13 14:08:39 +00:00
Changes from the main repo
This commit is contained in:
parent
9c9b834c0f
commit
7d2c0b14b8
8 changed files with 24 additions and 9 deletions
9
toolchain/configs/cyni.yaml
Normal file
9
toolchain/configs/cyni.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
model_inference_config:
|
||||
impl_type: "inline"
|
||||
inline_config:
|
||||
checkpoint_type: "pytorch"
|
||||
checkpoint_dir: /home/cyni/local/llama-3
|
||||
tokenizer_path: /home/cyni/local/llama-3/cl_toplang_128k
|
||||
model_parallel_size: 1
|
||||
max_seq_len: 2048
|
||||
max_batch_size: 1
|
Loading…
Add table
Add a link
Reference in a new issue