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
Allow to load on server startup .tar.gz model archives using property load_models=all, besides .mar and .model files
Motivation, pitch
I am currently using TorchServe to serve models archived with the --archive-format=tgz flag. The model storage folder contains multiple versions of the same model, but currently, it is impossible to load all of them on server startup because it only works with .mar and .model files.
Alternatives
No response
Additional context
I already tested simple change in code, works as expected
The text was updated successfully, but these errors were encountered:
Hi @m10an thanks for reporting this issue. That change would be very valuable for our users I think. I am also not sure if no_archive models i.e. folder are currently included in load_models=all. Would you be interested to contribute a PR for this change? I would be happy to review it!
🚀 The feature
Allow to load on server startup
.tar.gz
model archives using propertyload_models=all
, besides.mar
and.model
filesMotivation, pitch
I am currently using TorchServe to serve models archived with the
--archive-format=tgz
flag. The model storage folder contains multiple versions of the same model, but currently, it is impossible to load all of them on server startup because it only works with.mar
and.model
files.Alternatives
No response
Additional context
I already tested simple change in code, works as expected
The text was updated successfully, but these errors were encountered: