[misc] remove debug/print code

This commit is contained in:
haze188
2024-07-24 03:10:57 +00:00
committed by Hongxin Liu
parent 59bcf56c60
commit 034020bd04
3 changed files with 2 additions and 21 deletions

View File

@@ -68,7 +68,6 @@ def init_deepseek():
if hasattr(config, "pad_token_id"):
config.pad_token_id = config.eos_token_id
print(config)
model = transformers.AutoModel.from_config(config, trust_remote_code=True)
return model