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