-
Notifications
You must be signed in to change notification settings - Fork 27.3k
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
How to use multiple gpu #644
Comments
Probably not what you're looking for, but a dumb way is simply to run multiple servers on the same computer like this: (instance one) (instance two) Then open multiple browser windows and control them separately. |
If you're referring to parallel data modelng, the feature was already requested in #311. @SethRobinson, good option though. |
duplicate of #311 |
…rtup Improve startup performance by not deepcopying component state
I have many gpus, but defalut only use one. How to use many?
The text was updated successfully, but these errors were encountered: