Ankit Honey
Ankit Honey
> Can we specify the model ID as a parameter? @D1M1TR10S : This PR has taken care of adding model Id as a input to predict ersillia model input https://github.com/ersilia-os/ersilia/pull/476...
@GemmaTuron If I remember correctly, the parallelization work is already completed.
Adding corn job and testing the integration of Dynnamo DB + Ersilia with Prediction run is left. Estimated time to complete: ~1 week
Cron job duration interval of 15 minutes to the Ersilia prediction schedule run is added.
The last action item `( Test the predict action workflow when Dynamo DB is api feature is integrated in Ersillia model. )` will be completed by Ersilia as discussed in...
This task is complete.
@RobJellinghaus Could you share the `job.yml` file which you used for testing which passes with the cargo private registry based on the [comment](https://github.com/dependabot/dependabot-core/pull/8719#issuecomment-2087675841)? I am trying to update the docs...
@RobJellinghaus : No worries. Gald we catched it earlier. My error is coming pretty early in the paring the cargo file_parser. I will have to look into what is the...
@RobJellinghaus: Could you also share the cargo.toml and cargo.lock file if you have it? I want to have look to both them.
@RobJellinghaus: My issue is that it is looking to get the `index_url = cargo_config_field("registries.#{registry_name}.index")` from the `.cargo/config.toml` which I have not created in my test repo. ```bash def cargo_config @cargo_config...