From fc21273599be09075c87f56b61309ed5bae5e83c Mon Sep 17 00:00:00 2001 From: helenxie-bit Date: Thu, 19 Dec 2024 20:01:05 -0800 Subject: [PATCH] rerun tests Signed-off-by: helenxie-bit --- .../test/e2e-fine-tune-llm/test_e2e_pytorch_fine_tune_llm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/test/e2e-fine-tune-llm/test_e2e_pytorch_fine_tune_llm.py b/sdk/python/test/e2e-fine-tune-llm/test_e2e_pytorch_fine_tune_llm.py index 9d6f1c48bf..0c47bfe099 100644 --- a/sdk/python/test/e2e-fine-tune-llm/test_e2e_pytorch_fine_tune_llm.py +++ b/sdk/python/test/e2e-fine-tune-llm/test_e2e_pytorch_fine_tune_llm.py @@ -61,7 +61,7 @@ def test_sdk_e2e_create_from_train_api(job_namespace="default"): log_level="info", num_train_epochs=1, ), - # Set LoRA config to reduce number of trainable parameters. + # Set LoRA config to reduce number of trainable model parameters. lora_config=LoraConfig( r=8, lora_alpha=8,