2026-08-31
- 19:30 fetched 20260828-185621-qwen3_4b_gsm8k_fixed_batch_method_comparison_decomposed_only_jean_zay-49d67b6
- 19:31 fetched decomposed-only Qwen3 GSM8K companion run 20260828-185621-qwen3_4b_gsm8k_fixed_batch_method_comparison_decomposed_only_jean_zay-49d67b6 after timeout; metrics contain no completed epoch or center-eval records, so there is still no decomposed half for the method comparison
- 20:11 diagnosed why the decomposed-only Qwen3 GSM8K companion produced empty records: the method-comparison script records decomposed metrics only after the decomposed method returns, and the decomposed path begins with a long center eval whose forward path recomputes normalized effective weights for every patched linear layer
- 20:23 patched the decomposed Qwen3 method-comparison implementation after rereading DoRA and EGGROLL method sections: clean no-noise decomposed forwards now cache the effective weight for inference, and the decomposed runner flushes partial center/epoch records during the method instead of only after return
- 20:31 submitted 20260831-203045-qwen3_4b_gsm8k_fixed_batch_method_comparison_decomposed_only_jean_zay-bc44a03 (job 1610039 on jean-zay, commit bc44a03)
- 20:32 submitted decomposed-only Qwen3 GSM8K fixed-batch method-comparison rerun 20260831-203045-qwen3_4b_gsm8k_fixed_batch_method_comparison_decomposed_only_jean_zay-bc44a03 as Jean Zay job 1610039 after the DoRA no-noise cache and partial-flush repair
- 20:34 submitted 20260831-203342-qwen3_4b_gsm8k_fixed_batch_method_comparison_plain_only_jean_zay-5bd4dfe (job 1610081 on jean-zay, commit 5bd4dfe)
- 20:34 submitted plain-only Qwen3 GSM8K fixed-batch method-comparison companion rerun 20260831-203342-qwen3_4b_gsm8k_fixed_batch_method_comparison_plain_only_jean_zay-5bd4dfe as Jean Zay job 1610081 after fixing the plain bootstrap quoting
- 20:39 created a two-hour OpenClaw cron 83136a9e-5006-4f33-bb46-dca60774dcdf to check and fetch intermediate results for the Qwen3 decomposed-only and plain-only comparison reruns, reporting concise updates back to the Mattermost thread
- 22:40 fetched 20260831-203045-qwen3_4b_gsm8k_fixed_batch_method_comparison_decomposed_only_jean_zay-bc44a03
- 22:40 fetched 20260831-203342-qwen3_4b_gsm8k_fixed_batch_method_comparison_plain_only_jean_zay-5bd4dfe
- 22:41 checked and fetched intermediate files for Qwen3 GSM8K fixed-batch comparison reruns 20260831-203045-qwen3_4b_gsm8k_fixed_batch_method_comparison_decomposed_only_jean_zay-bc44a03 and 20260831-203342-qwen3_4b_gsm8k_fixed_batch_method_comparison_plain_only_jean_zay-5bd4dfe; decomposed is still running with partial epoch records, while plain has no epoch or center-eval records yet