mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Fix redundant import.
This commit is contained in:
parent
ba7197c0db
commit
7b291355df
@ -65,8 +65,6 @@ class GPTQWeight(Weight):
|
|||||||
|
|
||||||
return ExllamaQuantLinear(self, bias)
|
return ExllamaQuantLinear(self, bias)
|
||||||
else:
|
else:
|
||||||
from text_generation_server.layers.gptq import QuantLinear
|
|
||||||
|
|
||||||
return QuantLinear(
|
return QuantLinear(
|
||||||
self.qweight,
|
self.qweight,
|
||||||
self.qzeros,
|
self.qzeros,
|
||||||
|
Loading…
Reference in New Issue
Block a user