Closed inimaz closed 7 months ago
Allow users to specify a list of ints for the gpu_ids parameter Closes #518
tracker = EmissionsTracker(gpu_ids="1,3,5")
or
tracker = EmissionsTracker(gpu_ids=[1,3,5])
Allow users to specify a list of ints for the gpu_ids parameter Closes #518
Before this PR
After this PR
or