koaning / memo

Decorators that logs stats.
https://koaning.github.io/memo/getting-started.html
MIT License
103 stars 9 forks source link

Feature ray #27

Open bradday4 opened 3 years ago

bradday4 commented 3 years ago

This PR address issue #26 .

Things to note.

Let me know if you need me to do anything else.

bradday4 commented 3 years ago

Mainly have a question on weather or not ray needs to be running as a service beforehand or if we can start ray just for our own run.

Ray does not need to be running as a service. I.e called explicitly from the CLI before hand. We can use ray.init() in the code itself to start the server locally. I guess it would make things easier from a CI perspective since its one less build step during testing.