mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Fix GPTQWeight import
This commit is contained in:
parent
9ffe1f1e67
commit
05c1c27fbd
@ -1,4 +1,4 @@
|
||||
from text_generation_server.utils.weights import GPTQWeight
|
||||
from text_generation_server.layers.gptq import GPTQWeight
|
||||
import torch
|
||||
from exllama_kernels import make_q4, q4_matmul, prepare_buffers, set_tuning_params
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user