Update vision.py
This commit is contained in:
parent
08ee15f83b
commit
d78bf49045
1 changed files with 3 additions and 1 deletions
|
|
@ -366,7 +366,9 @@ class FastBaseModel:
|
|||
# Execute code as well
|
||||
if len(execute_code.strip()) != 0:
|
||||
exec(execute_code)
|
||||
pass
|
||||
else:
|
||||
custom_datatype = None
|
||||
correct_dtype = None
|
||||
pass
|
||||
|
||||
# Stop SDPA for some archs like Pixtral / Mistral3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue