Skip to content

Commit bc31f10

Browse files
bukejiyuzccjjj
authored andcommitted
update
1 parent 96cd7e9 commit bc31f10

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fastdeploy/model_executor/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,15 +211,13 @@ def _get_weight_only_method_cls_list():
211211
)
212212
from fastdeploy.model_executor.layers.quantization.weight_only import (
213213
GPUWeightOnlyLinearMethod,
214-
GPUWeightOnlyMoEMethod,
215214
)
216215

217216
weight_only_cls_list = [
218217
CutlassWeightOnlyMoEMethod,
219218
TritonWeightOnlyMoEMethod,
220219
MarlinWeightOnlyMoEMethod,
221220
GPUWeightOnlyLinearMethod,
222-
GPUWeightOnlyMoEMethod,
223221
]
224222
return weight_only_cls_list
225223

0 commit comments

Comments
 (0)