How do we download the 0.5B model

#44
by sachin - opened

Hello, looks like I am being redirected to this model from the github repo when looking for the 0.5B model. Is there a way to download the 0.5B model similar to the following snippet:

model_id = "vikhyatk/moondream2"
revision = "2024-08-26"
model = AutoModelForCausalLM.from_pretrained(
    model_id, trust_remote_code=True, revision=revision
)

Sign up or log in to comment