mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
nit: Rename to Gemma
This commit is contained in:
parent
74e09e6594
commit
ee9b5a2be6
@ -327,7 +327,7 @@ def get_model(
|
|||||||
)
|
)
|
||||||
elif sharded:
|
elif sharded:
|
||||||
raise NotImplementedError(
|
raise NotImplementedError(
|
||||||
FLASH_ATT_ERROR_MESSAGE.format("Sharded Golden Gate")
|
FLASH_ATT_ERROR_MESSAGE.format("Sharded Gemma")
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
return CausalLM(
|
return CausalLM(
|
||||||
|
Loading…
Reference in New Issue
Block a user