Fix non decoding paths.

This commit is contained in:
Nicolas Patry 2024-05-31 22:56:31 +00:00
parent b98b94d695
commit 988aa34f3d
2 changed files with 2 additions and 0 deletions

View File

@ -159,6 +159,7 @@ def paged_attention(
"auto", "auto",
1.0, 1.0,
) )
return out
try: try:

View File

@ -129,6 +129,7 @@ def paged_attention(
"auto", "auto",
1.0, 1.0,
) )
return out
if ENGINE != "triton": if ENGINE != "triton":