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
Now that we have quite a few model classes (and transformer model classes), I wonder if it makes sense to have an AutoModel class. Oftentimes, users initialize the model separately and pass it to a DiffusionPipeline:
It's common to see this happening, especially in the realm of quantization. And in these cases, an AutoModel class could be quite nice with the following developer experience:
Now that we have quite a few model classes (and transformer model classes), I wonder if it makes sense to have an AutoModel class. Oftentimes, users initialize the model separately and pass it to a
DiffusionPipeline
:It's common to see this happening, especially in the realm of quantization. And in these cases, an AutoModel class could be quite nice with the following developer experience:
The text was updated successfully, but these errors were encountered: