CoolFace
Modelpublic

Birchlabs/mosaicml-mpt-7b-chat-qlora

sourceHugging Facecc-by-nc-sa-4.0updated 3y agoView on Hugging Face
22likes86downloads
24 commits on main
ec8bed83y ago

apply device-transfer patch from https://github.com/mosaicml/llm-foundry/pull/225/files

Alex Birch
ec8ea9d3y ago

prefer NamedTuple

Alex Birch
07e555c3y ago

gradient checkpointing for multi-query attention

Alex Birch
1e53ac93y ago

apply gradient checkpointing to Attention blocks

Alex Birch
9f0a20b3y ago

add support for AutoModelForCausalLM#from_pretrained()'s device_map='auto'. support gradient checkpointing, probably. add lots of type hints so I could understand what's going on. multiline long method signatures/calls (for easier comparison between checkpointed/non-checkpointed variants, and because these lines got even longer when I added type hints). make MPTForCausalLM#forward accept additional kwargs, since PeftModelForCausalLM#forward tries to send it an argument inputs_embeds=None, which it didn't like too much.

Alex Birch
512b0043y ago

updt flash_attn_triton import (#12)

daking, vchiley
8f0448e3y ago

add flash_attn_triton.py (#9)

daking, vchiley
fa934553y ago

Update README.md

jfrankle
8593f0a3y ago

Update README.md

jacobfulano
af387913y ago

Remove print about meta init (#2)

daking
1592fc23y ago

Update README.md

abhi-mosaic
4ca9cce3y ago

Update README.md

abhi-mosaic
24124303y ago

Update README.md

abhi-mosaic
5681b9e3y ago

Update README.md

jacobfulano
d7dc60a3y ago

Update README.md

jacobfulano
ea6c2593y ago

Update README.md

jacobfulano
2e011853y ago

Update README.md

jacobfulano
495b1053y ago

Update README.md

jacobfulano
6d09da83y ago

Update README.md

jacobfulano
40d42d33y ago

Update README.md

jacobfulano
bc8d9003y ago

Create README.md

jacobfulano
c66b9f73y ago

Add loss function and bool cast

abhi-mosaic
36b02513y ago

Upload folder using huggingface_hub

sam-mosaic
429da0c3y ago

initial commit

sam-mosaic