mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-14 23:58:11 +08:00
- Introduced a new model parameter `trust_remote_code` - Set the default value of `trust_remote_code` to `False` to enhance security Former-commit-id: 4bf23f406cf5235c16f9f8139850c53354901814
5 lines
144 B
YAML
5 lines
144 B
YAML
model_name_or_path: llava-hf/llava-1.5-7b-hf
|
|
template: llava
|
|
infer_backend: huggingface # choices: [huggingface, vllm]
|
|
trust_remote_code: true
|