Skip to content

Commit

Permalink
Merge pull request #13 from brianhie/remove_print
Browse files Browse the repository at this point in the history
chore: remove unnecessary print statement
  • Loading branch information
Zymrael authored Feb 18, 2024
2 parents 92a91cd + 608a5c6 commit b0bb978
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ def stateless_forward(self, x, padding_mask=None):
return x, None

def initialize_inference_params(self):
print_rank_0("Initializing inference params...")
inference_params_dict = {
"mha": InferenceParams(
max_seqlen=self.config.get("max_seqlen", 8192),
Expand Down

0 comments on commit b0bb978

Please sign in to comment.