Deprecate unused OpenLlama architecture (#24922)
* Resolve typo in check_repo.py * Specify encoding when opening modeling files * Deprecate the OpenLlama architecture * Add disclaimer pointing to Llama I'm open to different wordings here * Match the capitalisation of LLaMA
This commit is contained in:
@@ -1093,7 +1093,7 @@ def check_deprecated_constant_is_up_to_date():
|
||||
if len(missing_models) != 0:
|
||||
missing_models = ", ".join(missing_models)
|
||||
message.append(
|
||||
"The following models are in the deprecated folder, make sur to add them to `DEPRECATED_MODELS` in "
|
||||
"The following models are in the deprecated folder, make sure to add them to `DEPRECATED_MODELS` in "
|
||||
f"`models/auto/configuration_auto.py`: {missing_models}."
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user