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
Currently, the server checks and downloads the required bundles for the selected model. It's best to do that at the metaprogram, because we have to know what checkpoints are available before spawning the server. Right now, a model that hasn't been used yet can't be loaded through __main__.py - the program crashes because the folder/files are not present.
The text was updated successfully, but these errors were encountered:
Currently, the server checks and downloads the required bundles for the selected model. It's best to do that at the metaprogram, because we have to know what checkpoints are available before spawning the server. Right now, a model that hasn't been used yet can't be loaded through
__main__.py
- the program crashes because the folder/files are not present.The text was updated successfully, but these errors were encountered: