AutoGPTQ/auto_gptq/modeling
2023-05-15 00:00:05 -03:00
..
__init__.py fix device mismatch when directly using model to inference after quantization 2023-04-28 16:41:46 +08:00
_base.py Look for .pt files 2023-05-15 00:00:05 -03:00
_const.py add library version comparison help functions 2023-05-14 16:16:06 +08:00
_utils.py refactor file structure for triton kernels 2023-05-14 11:49:10 +08:00
auto.py refactor .from_quantized api and improve model loading strategy 2023-05-12 18:09:50 +08:00
bloom.py support dispatch layers to different devices when loading pretrained model before quantization 2023-04-27 02:24:08 +08:00
gpt2.py fix device mismatch when directly using model to inference after quantization 2023-04-28 16:41:46 +08:00
gpt_neox.py support dispatch layers to different devices when loading pretrained model before quantization 2023-04-27 02:24:08 +08:00
gptj.py add GPTJ fused attention module 2023-05-14 16:17:21 +08:00
llama.py refactor file structure for triton kernels 2023-05-14 11:49:10 +08:00
moss.py remove non-parameters module from MOSSGPTQForCausalLM.outside_layer_modules 2023-04-29 10:58:29 +08:00
opt.py remove override of _resize_attention_mask for llama and opt 2023-04-28 23:08:42 +08:00