We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad53c6 commit b23f513Copy full SHA for b23f513
fastdeploy/worker/vl_gpu_model_runner.py
@@ -237,8 +237,6 @@ def _load_model(
237
fd_config.model_config.think_end_id = tokenizer.get_vocab()["</think>"]
238
fd_config.model_config.max_text_id = fd_config.model_config.im_patch_id
239
fd_config.model_config.sequence_parallel = False
240
- # TODO (bukejiyu): Remove the assignment
241
- fd_config.moe_config.top_k = 8
242
self.fd_config = fd_config
243
self.model_cfg = self.fd_config.model_config
244
self.image_preprocess = self._init_image_preprocess(
0 commit comments