mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 03:14: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
|
||||
def load_multi(cls, config, prefixes: List[str], weights, bias: bool, dim: int):
|
||||
print(f"bias: {bias}")
|
||||
if config.quantize == "exl2":
|
||||
linears = []
|
||||
for prefix in prefixes:
|
||||
|
Loading…
Reference in New Issue
Block a user