Cannot download the model

#1
by ericbugin - opened

Error below when trying to download pipeline like so:
pipe = pipeline("text-generation", model="4bit/falcon-7b-instruct-GPTQ", trust_remote_code=True, device_map="auto")

OSError: 4bit/falcon-7b-instruct-GPTQ does not appear to have a file named pytorch_model.bin, tf_model.h5, model.ckpt or flax_model.msgpack.

Sign up or log in to comment