Update handler.py
Browse files- 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=
|
| 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
|