Update vision.py
This commit is contained in:
parent
e6bf2d9300
commit
d35cf1633a
1 changed files with 2 additions and 2 deletions
|
|
@ -364,8 +364,8 @@ class FastBaseModel:
|
|||
correct_dtype = bnb_compute_dtype
|
||||
custom_datatype = _custom_datatype
|
||||
# Execute code as well
|
||||
if len(execute_code.strip()) != 0:
|
||||
exec(execute_code)
|
||||
# if len(execute_code.strip()) != 0:
|
||||
# exec(execute_code)
|
||||
else:
|
||||
custom_datatype = None
|
||||
correct_dtype = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue