-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPUs parameter doesn't seem to be working #307
Comments
Thanks for reporting this, working on it today. |
@aristizabal95 I can't reproduce this error on my machine using several example MLCubes. Could you please point me to the repository with this |
Nevermind, this might be related to my machine. I totally overlooked compatibility with Mac. I was naively expecting things to silently run if they didn't request gpu access. In any case, this is the respository: I still find the error message unrelated to the actual issue, and made me think it had to do with MLCube instead of machine-runner compatibility. I'm not sure if there's a way to identify these kind of scenarios to provide a more descriptive error message. Feel free to close this if its too much of an ask! |
When I try to run a basic MLCube passing the
--gpus
parameter, I get an errormlcube.errors.ConfigurationError: Unknown keys: ['--gpus']. Namespace = runner.
I've tried different ways of passing the parameter and value:
--gpus="all"
,--gpus=all
,--gpus all
,--gpus=1
,--gpus="1"
just in case that would affect, but I get the same error regardless.I also tried specifying the
accelerator_count
to different values but nothing changed.Full traceback:
The text was updated successfully, but these errors were encountered: