Zap debug

This commit is contained in:
onesome
2023-04-25 21:13:17 -05:00
parent d496e861f4
commit 6e3aebc1ea

View File

@@ -265,7 +265,6 @@ class HFMTJInferenceModel(HFInferenceModel):
soft_tokens = self.get_soft_tokens()
dynamic_inference = kwargs.get("tpu_dynamic_inference", False)
logger.info(f"dynamic_inference={dynamic_inference}")
if seed is not None:
tpu_mtj_backend.set_rng_seed(seed)