Update vision.py
This commit is contained in:
parent
1b2b2d2a6b
commit
8fda1f0f55
1 changed files with 1 additions and 0 deletions
|
|
@ -253,6 +253,7 @@ class FastBaseModel:
|
|||
try: vllm_version = f" vLLM: {importlib_version('vllm')}."
|
||||
except: vllm_version = ""
|
||||
|
||||
print(model_types)
|
||||
model_type_arch = model_types[0]
|
||||
if model_type_arch == "siglip" and len(model_types) != 1:
|
||||
model_type_arch = model_types[1]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue