peterproofpath commited on
Commit
784a62f
·
verified ·
1 Parent(s): 89bf21d

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -46,7 +46,7 @@ class EndpointHandler:
46
  model_id,
47
  trust_remote_code=True,
48
  token=hf_token,
49
- use_fast=False, # Avoid the broken video processor
50
  )
51
 
52
  # Set padding side for batch processing
 
46
  model_id,
47
  trust_remote_code=True,
48
  token=hf_token,
49
+ use_fast=True, # Eagle2_5_VLImageProcessorFast requires use_fast=True
50
  )
51
 
52
  # Set padding side for batch processing