mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Fix non decoding paths.
This commit is contained in:
parent
b98b94d695
commit
988aa34f3d
@ -159,6 +159,7 @@ def paged_attention(
|
||||
"auto",
|
||||
1.0,
|
||||
)
|
||||
return out
|
||||
|
||||
|
||||
try:
|
||||
|
@ -129,6 +129,7 @@ def paged_attention(
|
||||
"auto",
|
||||
1.0,
|
||||
)
|
||||
return out
|
||||
|
||||
|
||||
if ENGINE != "triton":
|
||||
|
Loading…
Reference in New Issue
Block a user