Commit 7f55cea
committed
Fix models checkpoint directory structure for workflow caching
The workflow expects checkpoints at build/{mode}/checkpoints/ but the
code was creating them at build/{mode}/checkpoints/models/ due to using
packageName='models'.
Changed PACKAGE_NAME from 'models' to '' (empty string) to create flat
checkpoint structure, matching the pattern used by other builders like
node-smol-builder.
This ensures the workflow validation step can find:
- build/dev/checkpoints/finalized.json
- build/dev/checkpoints/finalized.tar.gz
Instead of looking in a non-existent subdirectory.1 parent 1a083ea commit 7f55cea
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
| |||
0 commit comments