baize-chatbot icon indicating copy to clipboard operation
baize-chatbot copied to clipboard

Features : Can it use 4 bit QLORA ?

Open x4080 opened this issue 2 years ago • 2 comments

from https://huggingface.co/blog/4bit-transformers-bitsandbytes ?

x4080 avatar May 25 '23 20:05 x4080

Yes, just modify the utils.py following the example from HF blog:

model = AutoModelForCausalLM.from_pretrained("facebook/opt-350m", load_in_4bit=True, device_map="auto")

We'll update the code after testing.

JetRunner avatar May 26 '23 00:05 JetRunner

cool, thanks @JetRunner

x4080 avatar May 26 '23 01:05 x4080