Update vision.py
This commit is contained in:
parent
e1654ec5a3
commit
14c6cd63a2
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
|
||||
print(execute_code)
|
||||
exec(execute_code)
|
||||
if len(execute_code.strip()) != 0:
|
||||
exec(execute_code)
|
||||
pass
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue