You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The modelstore library supports uploading files that have been saved to disk -- this enables modelstore to work with frameworks that have not already been added to the library, or frameworks that are not public.
Currently, the implementation allows users to upload a single file. If the model has more than one file (as is the case with transformer models, for example), the user needs to combine them together first.
The idea here is to change the model_file.py manager to allow users to specify a directory or a list of files, and enable all of these to be added into the registry archive.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The
modelstore
library supports uploading files that have been saved to disk -- this enablesmodelstore
to work with frameworks that have not already been added to the library, or frameworks that are not public.Currently, the implementation allows users to upload a single file. If the model has more than one file (as is the case with transformer models, for example), the user needs to combine them together first.
The idea here is to change the
model_file.py
manager to allow users to specify a directory or a list of files, and enable all of these to be added into the registry archive.Beta Was this translation helpful? Give feedback.
All reactions