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
Is your feature request related to a problem? Please describe.
Models are not distributed in parallel by default (i.e. when they exceed device memory). Thus the user must first encounter an Out of Memory error and then employ some model parallelism techniques.
Describe the solution you'd like
The Model class or Compute Graph should be able to detect this and distribute accordingly.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Models are not distributed in parallel by default (i.e. when they exceed device memory). Thus the user must first encounter an Out of Memory error and then employ some model parallelism techniques.
Describe the solution you'd like
The
Model
class orCompute Graph
should be able to detect this and distribute accordingly.The text was updated successfully, but these errors were encountered: