Unify Qwen3-VL registry and config key
#1
by SCZZ - opened
- config.yaml +1 -0
config.yaml
CHANGED
|
@@ -48,6 +48,7 @@ model:
|
|
| 48 |
ffn_dim: 4096
|
| 49 |
shift_action: 5.0
|
| 50 |
vlm_backbone:
|
|
|
|
| 51 |
checkpoint_path: /path/to/Qwen3-VL-2B-Instruct
|
| 52 |
load_pretrained: true
|
| 53 |
max_length: 512
|
|
|
|
| 48 |
ffn_dim: 4096
|
| 49 |
shift_action: 5.0
|
| 50 |
vlm_backbone:
|
| 51 |
+
name: qwen3_vl_2b
|
| 52 |
checkpoint_path: /path/to/Qwen3-VL-2B-Instruct
|
| 53 |
load_pretrained: true
|
| 54 |
max_length: 512
|