mlco2 / codecarbon

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

Cli auth fixes #715

Closed prmths128 closed 1 day ago

prmths128 commented 1 week ago

this should alllow users to access the runs api endpoints api with project tokens or fief credentials (that last one was not possible) otherwise, users would need to login, and then create a project token to send data, that last part is now only necessaey for "remote" monitoring the quickstart is updated accordingly there: https://github.com/mlco2/codecarbon/pull/705