ml-energy / zeus

Deep Learning Energy Measurement and Optimization
https://ml.energy/zeus
Apache License 2.0
179 stars 24 forks source link

Fix: Test fixture and GPU abstraction in BSO #52

Closed jaywonchung closed 2 months ago

jaywonchung commented 2 months ago
  1. Global helper functions in conftest.py made more idiomatic.
  2. New GPU abstraction applied in BSO client.
  3. Remove typing.Tuple. With __future__.annotations imported, you can just use tuple in type annotations.