Instructions to use assignarc/TLF-7B-LLM-01 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use assignarc/TLF-7B-LLM-01 with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Fix: replace absolute local paths with relative paths in mlx_config.yaml
Browse files- mlx_config.yaml +2 -2
mlx_config.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
adapter_path:
|
| 2 |
batch_size: 1
|
| 3 |
-
data:
|
| 4 |
grad_accumulation_steps: 64
|
| 5 |
grad_checkpoint: true
|
| 6 |
iters: 215030
|
|
|
|
| 1 |
+
adapter_path: .
|
| 2 |
batch_size: 1
|
| 3 |
+
data: data
|
| 4 |
grad_accumulation_steps: 64
|
| 5 |
grad_checkpoint: true
|
| 6 |
iters: 215030
|