mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 03:44:54 +00:00
Typo.
This commit is contained in:
parent
5c2a0e4555
commit
680f26d6b2
@ -147,7 +147,7 @@ def get_model(
|
||||
)
|
||||
|
||||
elif model_type == "gpt_neox":
|
||||
if FLASH_ATTENTION or shard:
|
||||
if FLASH_ATTENTION:
|
||||
return FlashNeoXSharded(
|
||||
model_id,
|
||||
revision,
|
||||
|
Loading…
Reference in New Issue
Block a user