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
Update forecasting/inference.py to use mmap_mode='r' in joblib.load() calls. This will allow zero-copy loading of models, reducing memory overhead and potentially improving startup time.