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