PinappleUnderTheSea

Results 1 issues of PinappleUnderTheSea

Hi Vidur Team! I am interested the profiling phase but i found something that confusing me。 In `vidur/execution_time_predictor/sklearn_execution_time_predictor.py:494` ``` if self._replica_config.num_pipeline_stages > 1: send_recv_df = self._load_send_recv_df(self._send_recv_input_file) send_recv_df = self._get_send_recv_df_with_derived_features(send_recv_df) models["send_recv"]...