Skip to content

Commit

Permalink
changed gpus list coming from habitat (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
johncalesp authored Feb 8, 2023
1 parent 022462c commit aa12301
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions skyline/analysis/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,17 @@ def habitat_predict(self):

print("habitat_predict: begin")
DEVICES = [
habitat.Device.P4000,
habitat.Device.P100,
habitat.Device.V100,
habitat.Device.T4,
habitat.Device.P4000,
habitat.Device.RTX2070,
habitat.Device.RTX2080Ti,
habitat.Device.T4,
habitat.Device.V100,
habitat.Device.A100,
habitat.Device.RTX3090,
habitat.Device.A40,
habitat.Device.A4000,
habitat.Device.RTX4000
]

# Detect source GPU
Expand Down

0 comments on commit aa12301

Please sign in to comment.