how to load a model without installing it? #10084
DSLituiev
started this conversation in
Help: Best practices
Replies: 1 comment
-
If you extract the
Can you clarify what you mean by "Language.factory modifiers" and how it breaks? There's probably a way you can package that so it works... |
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.
-
I have a custom pipeline that uses factories.
When I package it and try to load, I am getting in all sorts of errors depending on where in the package I point.
e.g. I cannot load the distribution
tar.gz
fileMy application is where i would have multiple models dropped in a location on drive, so installing each of them is not practical.
This has worked so far for models that are just trained checkpoint, but now as I need to include
Language.factory
modifiers and package them it breaks. What are good workarounds here?Beta Was this translation helpful? Give feedback.
All reactions