mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
[Model Runner] Deprecate not_need_stop (#6356)
* Deprecate not_need_stop
This commit is contained in:
@@ -270,7 +270,6 @@ elif paddle.is_compiled_with_cuda():
|
||||
"gpu_ops/stop_generation.cu",
|
||||
"gpu_ops/stop_generation_multi_ends.cu",
|
||||
"gpu_ops/set_flags.cu",
|
||||
"gpu_ops/set_stop.cu",
|
||||
"gpu_ops/update_inputs_v1.cu",
|
||||
"gpu_ops/recover_decode_task.cu",
|
||||
"gpu_ops/step.cu",
|
||||
@@ -562,7 +561,6 @@ elif paddle.is_compiled_with_custom_device("iluvatar_gpu"):
|
||||
"gpu_ops/recover_decode_task.cu",
|
||||
"gpu_ops/update_inputs_v1.cu",
|
||||
"gpu_ops/get_img_boundaries.cc",
|
||||
"gpu_ops/set_stop.cu",
|
||||
"gpu_ops/fused_neox_rope_embedding.cu",
|
||||
"gpu_ops/get_output_ep.cc",
|
||||
"iluvatar_ops/moe_dispatch.cu",
|
||||
@@ -649,7 +647,6 @@ elif paddle.device.is_compiled_with_custom_device("metax_gpu"):
|
||||
"gpu_ops/unset_data_ipc.cu",
|
||||
"gpu_ops/swap_cache_batch.cu",
|
||||
"gpu_ops/gelu_tanh.cu",
|
||||
"gpu_ops/set_stop.cu",
|
||||
"metax_ops/moe_dispatch.cu",
|
||||
"metax_ops/moe_ffn.cu",
|
||||
"metax_ops/moe_reduce.cu",
|
||||
|
||||
Reference in New Issue
Block a user