Found multiple models

#4
by MaziyarPanahi - opened

The repo has newer models (safetensors) which causing this error:

Exception: Found multiple models in /home/maziyar/.cache/huggingface/hub/models--SciPhi--Sensei-7B-V1, not sure which to pick: [PosixPath('/home/maziyar/.cache/huggingface/hub/models--SciPhi--Sensei-7B-V1/model-00001-of-00003.safetensors'), PosixPath('/home/maziyar/.cache/huggingface/hub/models--SciPhi--Sensei-7B-V1/model-00001-of-00006.safetensors')]

It doesn't know which series to pick, the 1 to 3 or the 1 to 6. I recommend having another branch for the 1 to 3 if they are important and users can access that model via revision.

Sign up or log in to comment