Skip to content

Commit a16650d

Browse files
mac-bridge: checkout with lfs:true (k3 presets load LFS checkpoints)
Co-authored-by: FluffyAIcode <FluffyAIcode@users.noreply.github.com>
1 parent 316d6ed commit a16650d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/mac-bridge.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ jobs:
5555
with:
5656
# Push results back to the request branch.
5757
persist-credentials: true
58+
# k3-* presets load LFS-tracked checkpoints from the repo
59+
# (e.g. results/research/f_theta_v5_s5_sliding/
60+
# f_theta_weights.pt). Without lfs:true the workspace holds
61+
# pointer files and torch.load fails with the cryptic
62+
# "Unsupported operand 118" (ASCII 'v' = the first byte of
63+
# an LFS pointer).
64+
lfs: true
5865

5966
- name: Show request
6067
run: |

0 commit comments

Comments
 (0)