-
Notifications
You must be signed in to change notification settings - Fork 90
multi GPU setting #1610
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
Comments
Please clarify
|
@Qubitium I am now researching for the python 3.13t. |
@chesterout All the weights are loaded to GPU0. During quantization, some (not all) weights will be dynamically moved to gpu 1...N and only if you use python 3.13t. |
@Qubitium
I am trying to quantize deepseek bf 16 from modelcloud.
How do we use 2 gpus. I tried three ways,
However, none of these works. Can you clarify?
The text was updated successfully, but these errors were encountered: