mlco2 / codecarbon

Track emissions from Compute and recommend ways to reduce their impact on the environment.
https://mlco2.github.io/codecarbon
MIT License
1.01k stars 158 forks source link

Codecarbon usage on Private Cloud #425

Closed fatma-laribi closed 10 months ago

fatma-laribi commented 1 year ago

Hello, Can we use CodeCarbon on a cloud-based platform (with the Cloud being private not Azure, GCP or AWS) ? And does codecarbon calculate all the CPU, GPU and RAM power in the time frame of us running our application (meaning it takes into account all parallel processes that don't have to do with our application) ?

benoit-cty commented 1 year ago

Hello, It depends of your architecture. It will work for Nvidia GPU. By default we monitor all the machine. There is an option for the process and subprocess but it does not work yet for CPU and GPU.

inimaz commented 10 months ago

Closing this as it looks like the question is solved. @fatma-laribi feel free to open this if you need more info or if it is not clear.