davzoku commited on
Commit
9883090
·
verified ·
1 Parent(s): 56321f9

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ```python
2
+ python -m moetify.mix \
3
+ --output_dir ./moecule-3x1b-m4 \
4
+ --model_path unsloth/Llama-3.2-1B-Instruct \
5
+ --modules mlp q_proj \
6
+ --ingredients \
7
+ unsloth/Llama-3.2-1B-Instruct \
8
+ unsloth/Llama-3.2-1B-Instruct \
9
+ unsloth/Llama-3.2-1B-Instruct
10
+ ```