openpi
openpi copied to clipboard
How to perform LoRA fine-tuning
XLA_PYTHON_CLIENT_MEM_FRACTION=0.9 uv run scripts/train.py mytest --exp-name=my_experiment --overwrite
This command seems to perform full fine-tuning. How can I modify it to perform LoRA fine-tuning instead?