-
Notifications
You must be signed in to change notification settings - Fork 304
Closed
Description
Background
PR #623 was merged to unblock other PRs.
Maintainer @rootfs requested follow-up improvements.
Use /mnt for Model Storage
- Move model downloads to
/mntdirectory (has ~75GB vs ~14GB on root) - Create symlinks from
models/to/mnt/models/ - Update workflow to use this approach instead of deleting toolchains
Example implementation:
- name: Setup model storage on /mnt
run: |
sudo mkdir -p /mnt/models
sudo chown -R $USER:$USER /mnt/models
ln -sf /mnt/models models
Related
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done