Guillaume Raille
Guillaume Raille
I was trying to clone from a private GitHub repository using an ssh key file sent to my iphone over airdrop and the following configuration: git repo url: ssh://[email protected]/grll/pass branch...
Currently only handle "data level errors" and error returning a different status than 200 such as permission. For correct error handling it should take care of the 3 level of...
## Description Hi, I spent some time today setting up vs code with "dev container" to work with cookiecutter-django. At the end the dev experience is pretty good as you...
I spotted something strange happening in the edit_model/edit_encoder.py, seq_batch_noise function line 62: `new_values[:, 0, :] = phint*m_expand+ prand*(1-m_expand)` This basically return a noisy version of only one vector (the first...
I know multi-gpu is work in progress but in the meantime we could allow people to use single gpu multiple times in different python processes by specifying the GPU on...
consistent setting of env variables. Note that this cause a warning when building the image with docker if not solved: ``` 1 warning found (use docker --debug to expand): -...
Add a quite popular feature request: Rate Limit and Retry support for models. It is implemented as a wrapper like the InstrumentedModel. It leverages `aiolimiter` for a simple implementation of...