Is pytorch_model-00003-of-00006.bin model file damaged?
#1
by
chouisbo
- opened
Thank you for bringing this to our attention! We’ve fixed the file. Please try downloading the model again.
You should now be able to load the model following instructions in the model card:
from transformers import AutoModelForCausalLM, AutoTokenizer
device = "cuda" # the device to load the model onto
model = AutoModelForCausalLM.from_pretrained(
"Uni-SMART/SciLitLLM1.5-14B",
torch_dtype="auto",
device_map="auto"
)
Please let us know if you any questions!