Replies: 1 comment
-
this
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I have fine-tuned a model, then save it to local disk. But when I load my local mode with pipeline, it looks like pipeline is finding model from online repositories. How can i fix it ? Please help.
My code for training and save model to local disk:
from transformers import Seq2SeqTrainingArguments
Then I load it to pipeline:
But I got this error when create pipeline object:
It looks like pipeline is loading from online repositories, not my local folder. Please help me fix it
Beta Was this translation helpful? Give feedback.
All reactions