mirror of
https://github.com/Fancy-MLLM/R1-Onevision.git
synced 2026-01-13 23:07:18 +08:00
7 lines
165 B
Bash
Executable File
7 lines
165 B
Bash
Executable File
#!/bin/bash
|
|
|
|
python scripts/llama_pro.py \
|
|
--model_name_or_path meta-llama/Meta-Llama-3-8B-Instruct \
|
|
--output_dir models/llama3-8b-pro \
|
|
--num_expand 8
|