mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 08:37:06 +08:00
@@ -419,7 +419,6 @@ class GPUModelRunner(ModelRunnerBase):
|
||||
self.share_inputs["max_dec_len"][idx:idx + 1] = max_dec_len
|
||||
self.share_inputs["min_dec_len"][idx:idx + 1] = max_dec_len
|
||||
self.share_inputs["stop_flags"][idx:idx + 1] = False
|
||||
self.share_inputs["top_p"][idx:idx + 1] = 0.0
|
||||
self.share_inputs["temperature"][idx:idx + 1] = 1
|
||||
|
||||
self.share_inputs["first_token_ids"][
|
||||
|
Reference in New Issue
Block a user