Repository Not Found

#1
by Eagorix - opened

Hi, I'm using provided code to launch model locally.

    checkpoint_path = hf_hub_download(
        repo_id="ordlibrary/trm-solana-v1",
        filename="model.pt"
    )

But this error appears
Repository Not Found for url: https://huggingface.co/ordlibrary/trm-solana-v1/resolve/main/model.pt

Could you help me, maybe I'm doing sometging wrong?

I think they didn't publish. I was curious to run this as well but can't seem to find whats needed in the repo.

Sign up or log in to comment