Skip to content

Commit

Permalink
comment a print
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlntin committed Jul 31, 2024
1 parent e4c350f commit 4429193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def stream_predict(
[text], return_tensors="np"
)["input_ids"].astype(np.int64).reshape(1, -1)
input_ids = input_ids[:, -self.max_input_length:]
print("input_ids shape: ", input_ids.shape)
# print("input_ids shape: ", input_ids.shape)
self.first = False
ids_list = []
text_length = 0
Expand Down

0 comments on commit 4429193

Please sign in to comment.