substratusai / runbooks

Finetune LLMs on K8s by using Runbooks
https://www.substratus.ai
Other
168 stars 14 forks source link

Setting resources.disk doesn't seem to work #247

Closed samos123 closed 11 months ago

samos123 commented 12 months ago
apiVersion: substratus.ai/v1
kind: Notebook
metadata:
  name: k8s-instruct-dataset
spec:
  suspend: true
  build:
    git:
      url: https://github.com/substratusai/images
      path: base
  resources:
    disk: 300

I was expecting a 300GB ephemeral disk request but doesn't seem like that happened