-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
Description
Checklist
- 1. I have searched related issues but cannot get the expected help.
- 2. The bug has not been fixed in the latest version.
- 3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to reproduce and resolve the issue, reducing the likelihood of receiving feedback.
- 4. If the issue you raised is not a bug but a question, please raise a discussion at https://github.com/sgl-project/sglang/discussions/new/choose Otherwise, it will be closed.
- 5. Please use English, otherwise it will be closed.
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