From ba7b7d1745fd1a53dcb01288f6d6f16c05f9bde9 Mon Sep 17 00:00:00 2001 From: Pablo Monteagudo Lago Date: Mon, 20 Jan 2025 11:59:06 +0000 Subject: [PATCH] Update file path --- tests/brevitas_examples/test_llm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/brevitas_examples/test_llm.py b/tests/brevitas_examples/test_llm.py index 5e489eac1..7b17436a6 100644 --- a/tests/brevitas_examples/test_llm.py +++ b/tests/brevitas_examples/test_llm.py @@ -991,7 +991,7 @@ def test_small_models_rotation_optimization_layer_count( [ { "yaml_file_path": - "./llm_test_template.yml", + "./tests/brevitas_examples/llm_test_template.yml", "expected_extra_args": [ "--learning_rate", "1.5",