Commit History
support for custom messages field in sharegpt (#1651)
bbfed31
unverified
winglian
commited on
Update tiny-llama qlora.yml addressing eval packing error (#1638)
84bb806
unverified
Jaydeep Thik
commited on
enable loraplus setting for dpo trainer (#1646)
a27d5e1
unverified
thepowerfuldeez
commited on
allow report_to for multiple providers (#1647)
6299eb5
unverified
winglian
commited on
Fix llama3 chat_template (extra <|eot_id|> on last turn) (#1635)
7c2bf30
unverified
Add KTO support (#1640)
22ae21a
unverified
fixes to save on fractional save_steps (#1643)
ba45531
unverified
winglian
commited on
Unsloth optims for Llama (#1609)
8a1572a
unverified
winglian
commited on
add save_only_model option (#1634)
702a669
unverified
emozilla
commited on
fix ray install (#1630)
891ae8a
unverified
winglian
commited on
more fixes to work with runpod + skypilot (#1629)
0c49ecc
unverified
winglian
commited on
cloud image w/o tmux (#1628)
6011343
unverified
winglian
commited on
install rsync too (#1627)
419b2a6
unverified
winglian
commited on
fix setting the authorized keys when there are more than one in the env var (#1626)
2501a37
unverified
winglian
commited on
fix symlinks for axolotl outputs (#1625)
e6937e8
unverified
winglian
commited on
bump versions of deps (#1621)
039e2a0
unverified
winglian
commited on
update outputs path so that we can mount workspace to /workspace/data (#1623)
4fde300
unverified
winglian
commited on
update torch 2.2.1 -> 2.2.2 (#1622)
3319780
unverified
winglian
commited on
Fix `total_num_steps` (#1566)
81da7d2
unverified
bofenghuang
commited on
FIX: max_length and max_prompt_length was not being sent to ORPOTrainer (#1584)
1e1921b
unverified
make sure to save on the last step (#1615)
1634ac8
unverified
winglian
commited on
fix attention mask collation (#1603)
0298273
unverified
winglian
commited on
feat: Add LLaMA-3 instruct prompt strategies for fine-tuning (#1553)
50421c8
unverified
adding llama3 fastchat conversation monkeypatch (#1539)
b32c08f
unverified
ignore the fsdp_config section too (#1606) [skip ci]
fff06af
unverified
winglian
commited on
make sure to save the lora adapter at the end of RL/dpo training (#1573)
796a085
unverified
winglian
commited on
improve tool handling roles (#1587)
cb78a36
unverified
winglian
commited on
feat: exclude mamba blocks for jamba (#1578)
8b9c15b
unverified
Nanobit
commited on
Pass deepspeed and fsdp as None explicitly when merging adapters to allow custom device_map (#1575)
9e1480e
unverified
chiragjn
commited on
docs(config.qmd): add loraplus example (#1577)
1ac8998
unverified
tpoisonooo
commited on
add torch 2.3.0 to builds (#1593)
7018576
unverified
winglian
commited on
fix for jupyterlab on cloud start (#1594)
120b809
unverified
winglian
commited on
improve save callbacks (#1592)
29cf15a
unverified
winglian
commited on
FIX: TRL trainer preprocessing step was running in one process (#1583)
b9bb169
unverified
Ali Mosavian
Ali Mosavian
commited on
ADD: warning hub model (#1301)
601c08b
unverified
chore(doc): clarify micro_batch_size (#1579) [skip ci]
1aeece6
unverified
Nanobit
commited on
PoSE context length ext (#1567)
5294653
unverified
winglian
commited on
Add ORPO example and e2e test (#1572)
98c25e1
unverified
tokestermw
commited on
make sure everything stays in the same dtype when using dpo + FSDP (#1559)
68601ec
unverified
winglian
commited on
Add support for Gemma chat template (#1530)
60f5ce0
unverified
wrap prepared_ds_path in str() to avoid TypeError in fsspec package (#1548)
7477a53
unverified
ORPO Trainer replacement (#1551)
7d1d22f
unverified
winglian
commited on
fix(yml): update llama-3 config (#1543) [skip ci]
0e8f340
unverified
Nanobit
commited on
fix(packages): lock datasets version (#1545)
59ef254
unverified
Nanobit
commited on