mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2026-08-17 13:35:44 +08:00
[model] add MOSS-VL support (#10708)
This commit is contained in:
6
examples/inference/mossvl.yaml
Normal file
6
examples/inference/mossvl.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
### Install model-specific dependencies: `pip install -r requirements/moss-vl.txt`
|
||||
|
||||
model_name_or_path: OpenMOSS-Team/MOSS-VL-Instruct-0708
|
||||
template: moss_vl
|
||||
infer_backend: huggingface # choices: [huggingface, vllm, sglang, ktransformers]
|
||||
trust_remote_code: true
|
||||
Reference in New Issue
Block a user