openai chat speculative execution (#250)
Co-authored-by: Ying Sheng <sqy1415@gmail.com>
This commit is contained in:
@@ -341,7 +341,6 @@ class TokenizerManager:
|
||||
return top_logprobs
|
||||
|
||||
|
||||
|
||||
global global_processor
|
||||
|
||||
|
||||
@@ -385,4 +384,4 @@ def get_pixel_values(
|
||||
pixel_values = pixel_values.astype(np.float16)
|
||||
return pixel_values, image_hash, image.size
|
||||
except Exception:
|
||||
print("Exception in TokenizerManager:\n" + get_exception_traceback())
|
||||
print("Exception in TokenizerManager:\n" + get_exception_traceback())
|
||||
|
||||
Reference in New Issue
Block a user