Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goliaro committed Mar 30, 2024
1 parent 5bd7123 commit e0a6e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/flexflow/serve/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def compile(
self.rm.set_max_spec_tree_token_num(
self.model_configs.max_spec_tree_token_num
if "max_spec_tree_token_num"
in self.model_configs.max_spec_tree_token_num.__dict__
in self.model_configs.__dict__
else 20
)

Expand Down

0 comments on commit e0a6e4f

Please sign in to comment.