how to load this model ?
#1
by
Maciel
- opened
RuntimeError: Failed to import transformers.models.llama.modeling_llama because of the following error (look up to see its traceback):
If you use @root_validator
with pre=False (the default) you MUST specify skip_on_failure=True
. Note that @root_validator
is deprecated and should be replaced with @model_validator
.
I have encountered this error.
I have downgraded "pydantic" version to 1.10.9 and solved this problem.
Thank you for your use. We will update the detailed usage methods next week, including the instruction formats and special tokens we use when training the model~
wenge-research
changed discussion status to
closed