diff --git a/config/ml/sweep_smoke.yaml b/config/ml/sweep_smoke.yaml index e5bb56bba..69ccf6fa6 100644 --- a/config/ml/sweep_smoke.yaml +++ b/config/ml/sweep_smoke.yaml @@ -7,7 +7,7 @@ # Bounded by max_events for fast feedback. base: - data: /data/futures-baseline-mbp10/ES.FUT + data: /mnt/training-data/futures-baseline-mbp10/ES.FUT predecoded_dir: /feature-cache/predecoded n_parallel: 1 decision_stride: 1 @@ -17,7 +17,8 @@ base: max_lots: 5 max_events: 100000 seed: 12648430 - checkpoint: /feature-cache/alpha-perception-runs/58b5ebbd3819ce7fcb70442f08413a5704bd97c3/trunk_best_h6000.bin + # alpha-perception-runs dirs use the 9-char short SHA, not the full 40-char SHA. + checkpoint: /feature-cache/alpha-perception-runs/58b5ebbd3/trunk_best_h6000.bin cells: - name: smoke diff --git a/infra/k8s/argo/lob-backtest-sweep-template.yaml b/infra/k8s/argo/lob-backtest-sweep-template.yaml index bce06ef60..6da6d2832 100644 --- a/infra/k8s/argo/lob-backtest-sweep-template.yaml +++ b/infra/k8s/argo/lob-backtest-sweep-template.yaml @@ -99,6 +99,9 @@ spec: - name: cargo-target-cuda persistentVolumeClaim: claimName: cargo-target-cuda + - name: feature-cache + persistentVolumeClaim: + claimName: feature-cache-pvc templates: # ── DAG entrypoint ────────────────────────────────────────────── @@ -269,6 +272,8 @@ spec: volumeMounts: - name: training-data mountPath: /mnt/training-data + - name: feature-cache + mountPath: /feature-cache args: - | set -e