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