I can't run the model on google colab

#2
by RAGnexus - opened

I've tried to run the model in colab space and I only find one problem after the other. Please provide detailed instructions on how to run this model. Thanks!

Pico Language Model org

thanks - we've diagnosed the issue. It has to due with a change in the naming convention of the model. Give us a day or two and we'll get this patched.

Pico Language Model org

Should be fixed now -

The model is stored out in HF-compatible format. So you should be able to just run:

model = AutoModelForCausalLM.from_pretrained('pico-lm/pico-decoder-tiny')

rdiehlmartinez changed discussion status to closed
Your need to confirm your account before you can post a new comment.

Sign up or log in to comment