Max Ehrlich
Max Ehrlich
I think I just cloned the repo and ran the setup.py and it worked (instead of trying to install from pip)
@simbaja I would also like this and I'm willing/able to provide any technical assistance you need if you can let me know roughly what needs to be done
I just wanted to update that I'm having trouble getting this to work at all w/ the GE app, it tells me I need to hold delay for 3 seconds...
Yeah that sounds perfect, so `devices=auto` already handles this case? Does it also work with multi node?
If I don't pass a GPU argument (e.g., omitting `gpus-per-task`) it won't make any GPUs visible to the task. In other words the task will think there are 0 GPUs...
The only thing I changed was to replace `--gpus-per-task=1` with `--gres:gpu=8` this seems to allow all tasks to view all 8 GPUs which prevents lightning from getting confused about how...
I'd love to try it but I'm not sure when I will get time, I will try to prioritize it
> If there are headers provided. > * create user when not in db. > * login. Is there a way to disable this? I can see it being abused...
Yeah actually that makes sense, since the proxy would be managing who is allowed to log by the time it hits Addy we can assume that either 1) the user...
Yeah I would vote to disable any additional authentication screens when using proxy auth I'm planning to deploy this today do you have a docker image handy for it?