Peter Würtz
Peter Würtz
I didn't change any locale settings by the way, this error is showing up on a vanilla armbian setup.
Ok, I think I found something. On my affected system the `/boot/armbianEnv.txt` has beed corrupted, its contents got replaced by some PGP Private Key. After restoring `armbianEnv.txt` to something useful...
Just noticed that OpenCV features an (undocumented?) OnnxRuntime backend! Since OpenCV G-API is now able to run a graph through OnnxRuntime, wouldn't OnnxRuntime (which has its own set of backends)...
Somewhat related to #18181 and #5179, trying to make jax more cooperative with respect to other CUDA libraries.
Hi @skye > For my understanding, what other GPU libraries would you like to run with JAX? I'm also using a combination of Cuda libraries like Numba, CuPy and TensorRT,...
If the implementation of custom memory allocators in XLA is indeed a decent-sized project as @skye mentioned and won't be happening in the foreseeable future, maybe `jax` could allow limited...
I'm new to this and quite confused. Maybe the general idea is to pipe everything via `jupytext` into `myst_nb` because every `.md` file is potentially a Notebook file? https://docs.readthedocs.io/en/stable/guides/jupyter.html#using-notebooks-in-other-formats suggests:...
Python 3.12 now supports global interpreter locks per interpreter (PEP 684). This, as far as I understand, requires more fine grained control over module initialization & cleanup (PEP 489, #2548)....
A pip-licenses Python API would be a great fit for applications bundled with e.g. PyInstaller. Using `piplicenses` within a PyInstaller-specfile, you could fully integrate the licence collection process right into...
My workflow was also centered around `conan_cmake_configure` from cmake-conan `1.x`. A common pattern in larger CMake projects is to define `-DWITH_XY` options for enabling/disabling certain features within a build. Sometimes...