vijayendra
vijayendra
Any update on this?
@yishusong @Marwen-Bhj How were you able to achieve inference within seconds with cpu ? It takes close to 18-20 minutes with a medium 2.1 . ``` from gliner import GLiNER...
yes, Its a small paragraph
Can you please review my code ``` from gliner import GLiNER model = GLiNER.from_pretrained("urchade/gliner_medium-v2.1") start = time.time() text = """ The history of the football is as rich and varied...
@BeanWei If I understand you correctly, is this correct ` ****model = GLiNER.from_pretrained("/home/.../gliner_medium-v2")**** ` I did the changes , It's still running in minutes ``` from gliner import GLiNER **model...
@polodealvarado what is the code fix ? How much time does Gliner - medium take now? Please specify Gliner version as well .