Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tunix/experimental/train/peft_trainer_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ def _default_weight_sync_worker() -> Any:
host_stage="proxy" in os.environ.get("JAX_PLATFORMS", ""),
)

# TODO: Construct the use the training config to control PW or McJax

class PeftTrainer(abstract_trainer.AbstractTrainer):
"""PEFT trainer for LoRA. Only LoRA parameters are updated.
Expand Down
Loading