OSError: Model name nomic-ai/nomic-embed-text-v1.5 was not found.

#12
by michaelphipps - opened

I'm trying to download this model locally through HF (in the same way I used v1) but this model name isn't found. Am I missing something here in the naming scheme?

OSError: Model name nomic-ai/nomic-embed-text-v1.5 was not found.

Nomic AI org

Have you tried setting safe_serialization=True like

model = AutoModel.from_pretrained('nomic-ai/nomic-embed-text-v1.5', trust_remote_code=True, safe_serialization=True)

That did it! Thank you

michaelphipps changed discussion status to closed

Sign up or log in to comment