From b78ed9ae1f74991cb232fd050e1b9ddaa6eef5c6 Mon Sep 17 00:00:00 2001 From: Anshul Sinha Date: Fri, 6 Feb 2026 00:29:28 -0800 Subject: [PATCH] random_experiment [ghstack-poisoned] --- torchtitan/models/llama3/train_configs/debug_model.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchtitan/models/llama3/train_configs/debug_model.toml b/torchtitan/models/llama3/train_configs/debug_model.toml index 7760667edd..a2f289ca97 100644 --- a/torchtitan/models/llama3/train_configs/debug_model.toml +++ b/torchtitan/models/llama3/train_configs/debug_model.toml @@ -20,7 +20,7 @@ enable_wandb = false [model] name = "llama3" flavor = "debugmodel" -# test folder with tokenizer.json, for debug purpose only +# test folder with tokenizer.json, for debug purpose onl hf_assets_path = "./tests/assets/tokenizer" # converters = ["float8"]