Corentin Hembise
Corentin Hembise
## What? Would it be possible to add the ability to request spot instances from a list of requirements rather than an instance type or a GPU type? For example,...
Hello, While I was installing for the first time Jarves, I encountered an `ContextErrorException` error. It happens in this function : https://github.com/jarves/jarves/blob/974d9ce35b094fa643e0451d10d4095c3369eb2a/Controller/Admin/BackendController.php#L360-L375 The value of the `$var` variable is `2M`...
This PR add the [average](https://numpy.org/doc/stable/reference/generated/numpy.average.html) function of numpy. I'm not 100% sure the signature is right though.
# Bug Report ## Description We have a dvc projects with two remotes (`remote_a` and `remote_b`). Most of our stages are parametrized and some outputs contain a `remote` attribute. For...
# Bug Report ## Description When I run: ```console dvc pull -d data/KPI/tracking-metrics.dvc ``` I go an AssertionError: ``` File "/app/speech/.venv/lib/python3.7/site-packages/dvc/repo/graph.py", line 31, in get_pipeline assert len(found) == 1 ```...
When running cml runner, I've noticed a couple of times that some aws instances were not properly terminated when jobs were finished. However, the gihub runner was marked as offline....
When I try to login through studio with a username and not an email, I got an error `Cannot destructure property 'email' of 't[0]' as it is undefined.` I can...