mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 19:34:53 +00:00
Remove debug log
Signed-off-by: yuanwu <yuan.wu@intel.com>
This commit is contained in:
parent
d704b0c852
commit
2a014786e4
@ -155,7 +155,6 @@ class TensorParallelColumnLinear(SuperLayer):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def load_multi(cls, config, prefixes: List[str], weights, bias: bool, dim: int):
|
def load_multi(cls, config, prefixes: List[str], weights, bias: bool, dim: int):
|
||||||
print(f"bias: {bias}")
|
|
||||||
if config.quantize == "exl2":
|
if config.quantize == "exl2":
|
||||||
linears = []
|
linears = []
|
||||||
for prefix in prefixes:
|
for prefix in prefixes:
|
||||||
|
Loading…
Reference in New Issue
Block a user