sidecus

Results 5 comments of sidecus

@Chuxel @twsl any update on this?

> Facing the exact same issue with non-dev containers, on an M1 Pro Macbook ssh tunneling to a local x86 Ubuntu 20.04 container. No error message, just hangs on installing....

> @cbalioglu the `torch.device` context manager seems not systematically to put the weights on said device with `from_pretrained` Observing similar behavior: ``` import torch from transformers import AutoModel with torch.device('cuda'):...

> This would be really helpful. I'd like to let users of my feature choose where to install the software but still add the resulting folder to the `PATH`, currently...

I am running into the same issue on my Windows machine. ```nvidia-smi -L``` correctly returns the GPU info. ```docker info``` doesn't return anything related to the GPU. Shall we use...