We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to launch the sglang server:
Run command: python -m sglang.launch_server --model-path Mistral-7B-Instruct-v0.3 --port 30000
python -m sglang.launch_server --model-path Mistral-7B-Instruct-v0.3 --port 30000
Error message: KeyError: 'layers.0.attention.wk.weight'
KeyError: 'layers.0.attention.wk.weight'
This issue is also reported and fixed in vLLM.
The text was updated successfully, but these errors were encountered:
Hi @huyiwen May you try the latest version? I couldn't reproduce your issue on A100.
git clone https://github.com/sgl-project/sglang.git cd sglang pip install --upgrade pip pip install -e "python[all]" pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.3/ python3 -m sglang.launch_server --model mistralai/Mistral-7B-Instruct-v0.3
Sorry, something went wrong.
This issue has been closed because it cannot be reproduced in the latest version. Please feel free to reopen it if needed. Thanks.
zhyncs
No branches or pull requests
Failed to launch the sglang server:
Run command:
python -m sglang.launch_server --model-path Mistral-7B-Instruct-v0.3 --port 30000
Error message:
KeyError: 'layers.0.attention.wk.weight'
This issue is also reported and fixed in vLLM.
The text was updated successfully, but these errors were encountered: