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
Using hooks.on_startup.preload a set of models can be automatically started on startup.
# hooks: a dictionary of event triggers and actions# - optional, default: empty dictionary# - the only supported hook is on_startuphooks:
# on_startup: a dictionary of actions to perform on startup# - optional, default: empty dictionar# - the only supported action is preloadon_startup:
# preload: a list of model ids to load on startup# - optional, default: empty list# - model names must match keys in the models sections# - when preloading multiple models at once, define a group# otherwise models will be loaded and swapped outpreload:
- "llama"
Prompt Processing Metrics added to Activities page in UI
Changelog
5dc6b3e Add barebones but working implementation of model preload (#209, #235)