Michael Clifford
Michael Clifford
The Data Science Team within ET developed the "time-to-merge" tool, that can be used to predict the time that it will take for new Pull Request on a Git Repository...
# Issue link https://github.com/project-codeflare/torchx/issues/4 # What changes have been made In working through the upstreaming of our changes, I discovered that we could move some of the logic into the...
As the project continues to grow, we need an initial Architectural Doc for the team to align on, and to help focus development moving forward. We will start this processes...
We want to ensure that we can log in to a variety of cloud environments. We currently support Authentication to an OpenShift cluster. We should add the ability to authenticate...
Each time an LLM responds, it also outputs some info about its performance. ``` llama_print_timings: load time = 4732.44 ms llama_print_timings: sample time = 86.82 ms / 485 runs (...