Upload pytorch_model.bin

#3

The presence of pytorch_model.bin can help in the usage of the model using other platforms such as optimum. Hence uploading the model

LAION eV org

I would rather have only one copy of the weights, and I don't want to break existing code.

I would prefer either:
a) this be put into a new repository
b) the code that calls this is also updated and the old model is deleted.

but this is not something that I developed so I will defer to @ChristophSchuhmann

@prasadpr20 @endomorphosis I'm not sure what this pytorch_model.bin is or why it's needed for Optimum, I suspect it's a misunderstanding -- this is an OpenCLIP model and not a transformers model. It would need work on transformers side to be able to provide a converted checkpoint because the usual ViT encoder + other LLM for text encoder isn't a typical config. In any case this name is reserved for a proper transformers weight conversion, like other OpenCLIP models that are dual OpenCLIP + transformers weights.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment