mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 03:14:53 +00:00
remove print
Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>
This commit is contained in:
parent
a2934644b8
commit
ce8978f9ea
@ -1412,7 +1412,6 @@ class FlashCausalLM(Model):
|
|||||||
aliases=aliases,
|
aliases=aliases,
|
||||||
weights_loader=weights_loader,
|
weights_loader=weights_loader,
|
||||||
)
|
)
|
||||||
print(f"weights: {weights}")
|
|
||||||
|
|
||||||
prefix = None
|
prefix = None
|
||||||
model = model_class(prefix, config, weights)
|
model = model_class(prefix, config, weights)
|
||||||
|
Loading…
Reference in New Issue
Block a user