-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
After upgrading pytorch and vllm version in #6958, the GGuf related codes in linear.py
should be modified to make it work.
Reproduction
python3 test/srt/test_gguf.py
Environment
Latest main branch, default environment
Swipe4057