Skip to content

Commit 43b1b07

Browse files
authored
Fix the crash in default ATTENTION path for Gaudi backend (#3235)
Signed-off-by: Wang, Yi A <[email protected]>
1 parent 000e313 commit 43b1b07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/gaudi/server/text_generation_server/tgi_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def main(args):
3131
trust_remote_code=args.trust_remote_code,
3232
uds_path=args.uds_path,
3333
max_input_tokens=args.max_input_tokens,
34+
kv_cache_dtype="auto",
3435
)
3536

3637

0 commit comments

Comments
 (0)