where can i download the model? can you share it?

#2
by wjg - opened

model_id = os.environ.get("MODEL_ID") or "treadon/prompt-fungineer-355M"
auth_token = os.environ.get("HUB_TOKEN") or True

it need HUB_TOKEN when i run it at local machine.

Sign up or log in to comment