Marcin Kardas

Results 3 issues of Marcin Kardas

### 🐛 Describe the bug Running the code below causes segmentation fault. It would be great if a warning was emitted instead for easier debugging. ```python import torch torch.cuda.CUDAGraph().replay() ```...

## Title - Speed up results serialization ## Description - This implements the easiest solution to #46 by simply removing the check. It wasn't tested with python 3.6 (which uses...

## Describe a requested feature I was running some performance tests and I noticed that checking if an object is pickable: https://github.com/tunib-ai/parallelformers/blob/ccaea515ee2e4d7540f2a275f6cdb0c33a7780f0/parallelformers/parallel/process.py#L209 takes a lot of time when the output...

enhancement