lm-sys/FastChat

support for 4bit quantization from transfomer library.

Open

#1,798 opened on Jun 27, 2023

View on GitHub
 (7 comments) (2 reactions) (0 assignees)Python (38,959 stars) (4,736 forks)batch import
enhancementgood first issue

Description

Loading a vicuna13B using 4bit quantization from the transformers library is possible load_in_4bit. How difficult could be for Fastach to support it?

Contributor guide