Merge branch 'main' into nightly
This commit is contained in:
commit
e6bf2d9300
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