Antoine Prouvost
Antoine Prouvost
@Hind-M, playing around with pip, I found the following good ideas: - `pip [...] --path [PrefixData]` could be a good idea to make sure we are using the right path...
A general way to maintain this would be to fire a new event (`GRADIENT_COMPUTED`?) between `loss.backward()` and `optimizer.step()` Doesn't have to be added into core events, it can just be...
I have a similar need when using C++ in multiple environment. I have three tasks `test` -> `build` -> `configure` that can be run with compilers in different environment `clang-21`,...
I don't know if conditional dependencies will be faster for the solver. After all it's NP-hard so three solves might not be slower than one with more constraints (to be...
I came looking for this for Postgres as well. The message on stdout can do for me, but it would be nice to be able to use `pg_isready`. For instance,...
I believe the issue is coming from `pyzmq` that is a native package not available on emscripten-forge. Basically we'd want `jupyter-client` to have a conditional dependency on `pyzmq` on all...
@serge-sans-paille I am curious what you make of this error (with `gcc-15` and `-march=x86-64 -mavx2 -mno-avx512f`) ``` sccache /home/debian/xsimd/.pixi/envs/gcc-15/bin/g++ -DXSIMD_ENABLE_XTL_COMPLEX=1 -I/home/debian/xsimd/include -isystem /home/debian/xsimd/.pixi/envs/gcc-15/include -march=x86-64 -mavx2 -mno-avx512f -Wunused-parameter -Wextra -Wreorder -std=c++17...
@DiamonDinoia yes runs smoothly for me: I tried clang-18, clang-21 and gcc-15 🙏
@serge-sans-paille what do you think of this?
@serge-sans-paille I had hoped I could do it quickly before the weekend but it seems it will take longer. Let's release indeed, I'll add the fix in Arrow with a...