elit icon indicating copy to clipboard operation
elit copied to clipboard

roberta model was created with elit-2.1.0a36, while you are running a lower version: 2.0.0a8.

Open yekamu opened this issue 2 years ago • 4 comments

Hi there! Any hint about how to solve?

Log message after: "elit parse": https://elit-models.s3-us-west-2.amazonaws.com/v2/en_pos_ner_srl_dep_con_amr_roberta_base_20210628_234225.zip was created with elit-2.1.0a36, while you are running a lower version: 2.0.0a8. If the problem still persists, please submit an issue to https://github.com/emorynlp/elit/issues When reporting an issue, make sure to paste the FULL ERROR LOG above.

Thanks in advance! :)

yekamu avatar May 16 '22 16:05 yekamu

Hi there! Any hint about how to solve?

Log message after: "elit parse": https://elit-models.s3-us-west-2.amazonaws.com/v2/en_pos_ner_srl_dep_con_amr_roberta_base_20210628_234225.zip was created with elit-2.1.0a36, while you are running a lower version: 2.0.0a8. If the problem still persists, please submit an issue to https://github.com/emorynlp/elit/issues When reporting an issue, make sure to paste the FULL ERROR LOG above.

Thanks in advance! :)

Have you solved this issue?

creamartin avatar Jul 08 '22 17:07 creamartin

no, finally I must to desist :(

yekamu avatar Jul 09 '22 08:07 yekamu

What worked for me was to manually download all the models/zip files manually. The links can be found in python with

import elit elit.pretrained.ALL

I managed to run "elit serve" in docker now

creamartin avatar Jul 09 '22 16:07 creamartin

thank you :)

yekamu avatar Jul 09 '22 22:07 yekamu