OS
Linux
GPU Library
CUDA 12.x
Python version
3.12
Describe the bug
Autosplit reserve (and the equivalent for tensor parallel) ONLY works for device ID 0.
Reproduction steps
In a system with multiple GPUs try something like autosplit_reserve: [1024,1024]. Device ID 1 will not reserve anything.
Expected behavior
Should reserve for each device as described in the documentation.
Logs
No response
Additional context
No response
Acknowledgements
OS
Linux
GPU Library
CUDA 12.x
Python version
3.12
Describe the bug
Autosplit reserve (and the equivalent for tensor parallel) ONLY works for device ID 0.
Reproduction steps
In a system with multiple GPUs try something like
autosplit_reserve: [1024,1024]. Device ID 1 will not reserve anything.Expected behavior
Should reserve for each device as described in the documentation.
Logs
No response
Additional context
No response
Acknowledgements