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!
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.
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