mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 03:14:53 +00:00
fix the crash in default ATTENTION path
Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>
This commit is contained in:
parent
000e313a92
commit
8209cb90b2
@ -31,6 +31,7 @@ def main(args):
|
||||
trust_remote_code=args.trust_remote_code,
|
||||
uds_path=args.uds_path,
|
||||
max_input_tokens=args.max_input_tokens,
|
||||
kv_cache_dtype="auto",
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user