Skip to content

Commit

Permalink
comment out print
Browse files Browse the repository at this point in the history
  • Loading branch information
goliaro committed Jul 28, 2023
1 parent d58c28b commit 3793ef5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/flexflow/serve/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ def __init__(self, model_name, data_type="half"):
"RWForCausalLM": (ModelType.FALCON, FlexFlowFalcon),
}
self.model_type, self.model_class = self.__get_ff_model_type(model_name)
print(self.model_type, self.model_class)
print(type(self.model_type), type(self.model_class))
self.data_type = data_type
self.ffconfig = FFConfig()

Expand Down

0 comments on commit 3793ef5

Please sign in to comment.