mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-12-16 02:08:55 +08:00
LoRA: Extract small function (#614)
* LoRA: Extract pre_processing_model function * LoRA: Extract small functions(train_model,evaluate_model) * move test case to test_tuner_utils.py * nits * nits * remove extra param, validate at it 0 * version * fix test --------- Co-authored-by: Awni Hannun <awni@apple.com>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
from .trainer import TrainingArgs, evaluate, train
|
||||
from .utils import linear_to_lora_layers
|
||||
|
||||
Reference in New Issue
Block a user