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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
cpu or disk activation offloading, as well as a "hybrid" offloading method that lets you keep up to x MB of activations on GPU, then past that up to y MB of activations will move to CPU, and anything past that will be moved to disk. sort of overflowing to whatever is fastest whenever needed.