Skip to content

Commit e1cbfe6

Browse files
committed
remove logging
1 parent ba53b93 commit e1cbfe6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/models/llama2/evaluate/eager_eval.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def tok_decode(self, tokens):
7979

8080
def _model_call(self, inps):
8181
if self._use_kv_cache:
82-
print(f"Using KV cache: {self._use_kv_cache}, self._dynamic_shape: {self._dynamic_shape}")
8382
if not self._dynamic_shape:
8483
# graph module exported without dynamic shape won't work with a different shape.
8584
# And we have to do single token prefill here.

0 commit comments

Comments
 (0)