h2o-llmstudio icon indicating copy to clipboard operation
h2o-llmstudio copied to clipboard

[CODE IMPROVEMENT] Check for available disk space

Open psinger opened this issue 2 years ago • 0 comments

🔧 Proposed code refactoring

We can check for available space for:

  • Starting an experiment
  • Pushing model to HF

Motivation

Out of space will make an experiment fail as weights need to be saved at the end of the run; same holds for pushing to HF.

psinger avatar Apr 22 '23 16:04 psinger