rfeng2023 / mmcloud

1 stars 10 forks source link

Is there an interface to change the type of instances required for submitted job? #32

Closed gaow closed 7 months ago

gaow commented 9 months ago

For jobs I submitted, many of them are in "Initializing" stage because of lack of available spot instance. This is the case for the 8 core 64 GB machines. I would rather try to run a job using 4 core 32 GB machines by adjusting those that are in the initializing stage. How can i achieve it?

gaow commented 9 months ago

This issue is mitigated, to some degree, by allowing for more instances to select from, as a result of #33

gaow commented 8 months ago

I actually found how to do it --- there is a button next to a job status called "modify jobs" that we can make this change.

gaow commented 8 months ago

I actually found how to do it --- there is a button next to a job status called "modify jobs" that we can make this change.

I bet there must be a float CLI to do this, which brings back to a question I asked before --- is there a more or less comprehensive float documentation somewhere?

gaow commented 7 months ago

Close this because as other bugs are fixed this request become less relevant.