Othman El Hammouchi

Results 21 comments of Othman El Hammouchi

I've experienced this problem as well. It appears to be related to the fact that RcppArmadillo forces the use of 32 bit integers (this is required by R itself, see...

Hi, any updates on this? Thanks for the great library!

Do you still intend to move forward with this? I really need a way of inputting a config file into a test container.

Just bumped into this problem myself, are you still planning on merging the fixing PR? (Thanks for the great library, makes life a lot easier!)

> I fixed the problem for TP>1 > > `python -m pip install -U nvidia-nccl-cu12` > > The pytorch 2.7.0 dependency installs nccl 2.26.2 and **2.26.5** is needed for multi...

Very interested in this!

Hello, thanks to all involved for the great work! Are there any updates with respect to this PR? It would be very useful atm :sweat_smile:

FWIW I started to experience this issue today after using the `--preload` option in gunicorn, which creates the wsgi application *prior* to spawning workers, so something could be going wrong...

This would be of great use for us as well!

Ok, apologies for the delay, here we go. This is the layout for a `sandbox` example project: ``` ├── pyproject.toml ├── README.md ├── sandbox │   ├── config.py │   ├── __init__.py...