Dhanshree Arora
Dhanshree Arora
I would like to run repeated tasks until a stopping condition, however as I am aware there's no way of doing this with the existing implementation. There is only a...
Documentation for case 3 and case 1 in definition extraction methods is the same (ref: https://github.com/LexPredict/lexpredict-lexnlp/blob/f3920be16dac588b2f38e17811ea5482b417954d/lexnlp/extract/en/definition_parsing_methods.py#L134) however, case #3 seems to only work for Title case or upper case words...
### Summary - Related to testing built images - Related to sampling of example inputs ### Describe the solution you'd like. We want to make the example generator use the...
### Describe the bug. TODO ### Describe the steps to reproduce the behavior _No response_ ### Expected behavior. _No response_ ### Screenshots. _No response_ ### Operating environment NA ### Additional...
### Describe the bug. Model images on ARM machines report a different size than what is shown on an Intel/AMD machine, even images built for the AMD platform. For example,...
### Is your feature request related to a problem? Please describe. For some models we are experiencing errors with Dockerized models such as RunTime errors during prediction, or Null outputs....
### Summary Ersilia is host to a number of models that only keeps growing. With the advancements in Generative AI in drug discovery, we are now incorporating compute intensive models...
### Summary We want to implement testing in Ersilia at several levels such as "unit testing" and "integration testing" in the core ersilia codebase. We have two test [model](https://github.com/ersilia-os/eos30d7) [repositories](https://github.com/ersilia-os/eos5iy5)...
### Describe the bug. While trying to fetch a model, Ersilia tries to fetch the model image from DockerHub if it does not exist locally. During this fetch, we have...
### Describe the bug. when testing a model in git actions, an annoying repeat piece of code appears, making you need to scroll to the end of it to read...