Checklist
Describe the bug
There is a prompt "AI is a field of computer science focused on" in test/srt/models/lora/test_lora.py that can easily break CI, which might be caused some internal bug of lora.
We remove this prompt temporarily in #7061. It should be added back after this bug is fixed.
Reproduction
Uncomment line 49 of test_lora.py

then run
python3 test/srt/models/lora/test_lora.py
Environment
Latest main branch
Checklist
Describe the bug
There is a prompt "AI is a field of computer science focused on" in
test/srt/models/lora/test_lora.pythat can easily break CI, which might be caused some internal bug of lora.We remove this prompt temporarily in #7061. It should be added back after this bug is fixed.
Reproduction
Uncomment line 49 of
test_lora.pythen run
Environment
Latest main branch