-
### 🐛 Describe the bug
```
TORCH_NCCL_AVOID_RECORD_STREAMS=1 PYTORCH_NO_CUDA_MEMORY_CACHING=1 torchrun --standalone --nnodes=1 --nproc_per_node=2 --no-python compute-sanitizer python -c 'import torc…
-
### Description
It seems like the current state of affairs with the 4.0.1 release on PyPi is that the backend is locked in a compiled shared library that simply must be trusted. Is the strategy going…
zrnsm updated
2 weeks ago
-
Hi,
I am a packager for openSUSE and am trying to build RPM packages for `pybind11_abseil`. We found that we need a few changes to the cmake scripts to improve the package finding logic, linking to t…
-
```Error: raise DistutilsError(str(e)) from e
distutils.errors.DistutilsError: Command '['D:\\AI\\whisper-diarization\\venv\\Scripts\\python.exe', '-m', 'pip', '--disable-pip-version-check', 'w…
-
Hello. The tools look very interesting but I am having trouble building them properly for a user-level, non-root installation:
```
$ mkdir build
$ cd build
$ export level_zero_DIR=$HOME/.local/i…
-
I have found the pybind11 documentation to be not so great for quickly trying to figure out "how the heck do I get from type A to type B". So I wrote my own notes. I'm interesting in getting these bac…
-
**Note by mbr0wn: This seems to be a larger libunwind issue. Unclear yet when exactly it gets triggered.**
osmosdr_fft in my yet-to-be-pushed brach works ;)
```
lldb-10 python3 -- /opt/gr39/insta…
-
I encountered some problems when I'm trying to use the online service to clone my repository `skscope`. Here is the error message:
------------------------------------
Waiting for build to start…
-
Add support for overloaded methods so we don't need to specialize each function like `atDouble`, `atPose3` etc.
Details: https://pybind11.readthedocs.io/en/stable/classes.html#overloaded-methods
-
I think my problem is not necessarily a bug, but asking before on [SO](https://stackoverflow.com/questions/50257655/how-to-use-pybind11-with-cmake-for-linking-2-modules), gitter and an [old related is…