Commit History
don't strip the prompt for check since we don't strip to tokenize anymore (#650)
8662e8f
unverified
fix for flash attn w mistral w/o sammple packing (#648)
b2edaae
unverified
Update mistral/README.md (#647)
b88f515
unverified
Adarsh Shirawalmath
commited on
Feat: Add example for Mistral (#644)
eb41f76
unverified
Fix(cfg): Add validation for save_strategy and eval_strategy (#633)
383f88d
unverified
Mistral flash attn packing (#646)
b6ab8aa
unverified
Warn users to login to HuggingFace (#645)
85b0be2
unverified
Napuh
commited on
Fix bug in dataset loading (#284)
8fe0e63
unverified
Correct typos in datasets.py (#639)
d1236f2
unverified
skip some flash attn patches unless explicitly enabled (#643)
895f0a0
unverified
use fastchat conversations template (#578)
e7d3e2d
unverified
update for recent transformers updates (#636)
60c7c48
unverified
attention_mask not needed for training (#642)
e8cbf50
unverified
eval_table isn't quite stable enough to be in default llama configs (#637)
d887ad8
unverified
Feat: Add support for upstream FA2 (#626)
19a600a
unverified
Added quotes to the pip install -e command to fix an incompatibility with shells that do glob expansion like zsh (#632)
5e5296a
unverified
Fernando Tarin Morales
commited on
Merge pull request #629 from OpenAccess-AI-Collective/chore/-change-default-model
f3d9390
unverified
Fix: Fail bf16 check when running on cpu during merge (#631)
cfbce02
unverified
default model changed
4fecbfe
Feat(doc): Add eval_sample_packing to doc (#625)
67b9888
unverified
tweak: improve base builder for smaller layers (#500)
923eb91
unverified
Maxime
commited on
better handling and logging of empty sharegpt turns (#603)
a363604
unverified
create a model card with axolotl badge (#624)
501958b
unverified
update README w deepspeed info (#605)
c25ba79
unverified
chore(callback): Remove old peft saving code (#510)
d5f8589
unverified
misc fixes to add gptq tests (#621)
03e5907
unverified
split completion text to sequence_len (#616)
97d3776
unverified
run eval on the first step to get a baseline (#617)
2844eb2
unverified
let MAX_JOBS use the default since we're not resource constrained on our self-hosted runners (#427)
e85d2eb
unverified
skip the gpu memory checks if the device is set to 'auto' (#609)
196ff11
unverified
ignore wandb to resolve isort headaches (#619)
92512c3
unverified
fix distributed devices (#612)
2fe95cd
unverified
Maxime
commited on
Create multi-node.md (#613)
c1382e7
unverified
Maxime
commited on
Only run tests when a change to python files is made (#614)
5d931cc
unverified
Update requirements.txt (#610)
ec0958f
unverified
Javier
commited on