Thomas Langford
Thomas Langford
I'm getting the same `AttributeError: {'userbase'}` when trying to profile a very simple `cupy` example: ```python import cupy as cp import numpy as np # Create 2D numpy arrays a...
@emeryberger Thanks for the fix, I've confirmed that it's working for me with the test code. I will give it some more testing and let you know if anything comes...
I want to highlight the benefit that this would have for anyone building apptainer images in HPC environments where it's very common to not have access to all CPUs on...
I believe I'm seeing the same issue with peft 0.11.1 and transformers 4.41.2 (both installed from conda-forge). When I rerun with `CUDA_LAUNCH_BLOCKING=1` I get: ```python RuntimeError Traceback (most recent call...