Create README.md
Browse files
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 |
+
```
|