-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate GDI inference store with CLI #1190
Conversation
86e5dd9
to
2ce1c63
Compare
024be81
to
3a4af82
Compare
3a4af82
to
baa8e18
Compare
2974b29
to
a07c583
Compare
a07c583
to
a69dd49
Compare
* WIP Add session management utils * Create a session at ersilia cli initialization * Remove unused code * start an ersilia session in a dedicated sessions dir that is mapped to the parent process' id which ran the given ersilia command, this will generally be a shell process inside a terminal, but it can also be a process from a bash script * declare session specific defaults * Run all ersilia commands within a single process during standard example run, otherwise ersilia run command does not find a served model bec of running in a different process and therefore in a different session * Move the currently served model's pid to its dedicated session directory * WIP Logging * Redirect tmp logs to model's session logs * catch permission error * Redirect tmp logs to model's session logs * don't use ersilia exception management because we don't exactly want the ersilia process to exit
552b053
to
dec7394
Compare
4c428f8
to
97f6f74
Compare
97f6f74
to
7e30fce
Compare
92e7e48
to
1e52a3b
Compare
bf28ee9
to
8729600
Compare
3bb5720
to
1e71d9b
Compare
471121a
to
3138390
Compare
900abaf
to
01960ed
Compare
01960ed
to
5dabeba
Compare
@DhanshreeA and @kartikey-vyas - plesae let me know when will this be ready for merge? |
We are ready for review here, with the IaC written in the model inference repo |
@Abellegese @DhanshreeA we need to merge this PR. There are conflicts with the |
@miquelduranfrigola we have actually removed the I'll remove that file from this PR, and review it. cc: @kartikey-vyas hope the inference pipeline doesn't rely on this command? |
Description
Allow precalculations to be read from Ersilia's AWS cloud environment via https://github.com/ersilia-os/model-inference-pipeline
Status
To do
See ersilia-os/model-inference-pipeline#32 for next steps