summaryrefslogtreecommitdiffstats
path: root/train_lora.py
Commit message (Expand)AuthorAgeFilesLines
* UpdateHEADmasterVolpeon2023-06-251-6/+0
* UpdateVolpeon2023-06-241-3/+3
* FixesVolpeon2023-06-241-1/+7
* UpdateVolpeon2023-06-231-18/+0
* Added prompt dropoutVolpeon2023-06-221-1/+1
* Remove training guidance_scaleVolpeon2023-06-221-7/+0
* UpdateVolpeon2023-06-211-8/+0
* UpdateVolpeon2023-06-211-220/+269
* Fix LoRA training with DAdanVolpeon2023-05-161-31/+27
* Avoid model recompilation due to varying prompt lengthsVolpeon2023-05-161-1/+2
* Patch xformers to cast dtypesVolpeon2023-05-161-1/+12
* LoRA: Apply to out layers as wellVolpeon2023-05-161-2/+4
* Support LoRA training for token embeddingsVolpeon2023-05-161-8/+24
* Fix for latest PEFTVolpeon2023-05-121-11/+3
* UpdateVolpeon2023-05-111-1/+1
* UpdateVolpeon2023-05-061-0/+17
* UpdateVolpeon2023-05-051-0/+8
* torch.compile won't work yet, keep code preparedVolpeon2023-04-291-2/+17
* Optional xformersVolpeon2023-04-291-3/+10
* Fixed model compilationVolpeon2023-04-291-0/+6
* Support torch.compileVolpeon2023-04-281-0/+10
* FixVolpeon2023-04-271-8/+19
* UpdateVolpeon2023-04-271-2/+11
* Fix cycle loopVolpeon2023-04-231-3/+5
* UpdateVolpeon2023-04-211-2/+4
* Fix PTIVolpeon2023-04-201-2/+4
* UpdateVolpeon2023-04-201-29/+116
* FixVolpeon2023-04-171-3/+2
* Improved automation capsVolpeon2023-04-161-20/+33
* Added option to use constant LR on cycles > 1Volpeon2023-04-161-2/+11
* FixVolpeon2023-04-161-1/+10
* UpdateVolpeon2023-04-161-1/+5
* TI via LoRAVolpeon2023-04-151-3/+4
* Added cycle LR decayVolpeon2023-04-131-5/+7
* UpdateVolpeon2023-04-131-27/+46
* UpdateVolpeon2023-04-111-7/+16
* Randomize dataset across cyclesVolpeon2023-04-101-1/+3
* UpdateVolpeon2023-04-101-22/+44
* UpdateVolpeon2023-04-091-7/+14
* UpdateVolpeon2023-04-091-6/+1
* UpdateVolpeon2023-04-091-128/+12
* FixVolpeon2023-04-091-4/+6
* Made Lora script interactiveVolpeon2023-04-091-40/+71
* UpdateVolpeon2023-04-081-8/+32
* UpdateVolpeon2023-04-081-10/+22
* UpdateVolpeon2023-04-081-34/+41
* FixVolpeon2023-04-071-35/+42
* Fixed Lora PTIVolpeon2023-04-071-17/+20
* FixVolpeon2023-04-071-5/+8
* Run PTI only if placeholder tokens arg isn't emptyVolpeon2023-04-071-54/+55