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"]