Skip to content

Commit

Permalink
removed deadcode
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaluisjose committed Jan 26, 2024
1 parent 8f51dee commit cb65a3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion serve/mlc_serve/engine/model_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from .base import ChatMessage, RequestId, MLCServeEngineConfig, RequestState, SequenceId
from ..model.base import ModelArtifactConfig
from .sampling_params import SamplingParams
from .constrained_sampling import JSONLogitsProcessor


@dataclass
Expand Down
1 change: 0 additions & 1 deletion serve/mlc_serve/model/tvm_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ def generate(
)

input_shape = input_ids.shape
cs_input_ids = input_ids

if self.disco_session:
input_ids = copy_to_worker_0(self.disco_session, input_ids)
Expand Down

0 comments on commit cb65a3c

Please sign in to comment.