@@ -431,7 +432,9 @@ class IdeficsRMSNorm(nn.Module):
returnout
else:
raiseValueError("Your system seem to be not supported. Please check your install or open an issue at https://github.com/huggingface/text-generation-inference/issues with a clear reproduction.")
raiseValueError(
"Your system seem to be not supported. Please check your install or open an issue at https://github.com/huggingface/text-generation-inference/issues with a clear reproduction."
)
# this was adapted from LlamaMLP
...
...
@@ -613,8 +616,13 @@ class IdeficsAttention(nn.Module):