elit
elit copied to clipboard
roberta model was created with elit-2.1.0a36, while you are running a lower version: 2.0.0a8.
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! :)
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?
no, finally I must to desist :(
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
thank you :)