Higher priority for user input of max_prefill_tokens & format (#540)
This commit is contained in:
@@ -507,7 +507,7 @@ class StreamExecutor:
|
||||
)
|
||||
return
|
||||
|
||||
else: # Speculative execution on models with completion interface
|
||||
else: # Speculative execution on models with completion interface
|
||||
comp, meta_info = self._spec_gen(sampling_params)
|
||||
|
||||
self.text_ += comp
|
||||
|
||||
Reference in New Issue
Block a user