Skip to content
New issue

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

[Bug] This modeling file requires the following packages that were not found in your environment: datamodel_code_generator. Run pip install datamodel_code_generator #1398

Closed
5 tasks done
cicicji opened this issue Sep 12, 2024 · 1 comment · Fixed by #1492

Comments

@cicicji
Copy link

cicicji commented Sep 12, 2024

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

When attempting to run openBmb/MiniCPM 3.0 using Docker, I encountered an issue related to missing dependencies. The error log indicates that certain dependencies required for the project are not installed. Could you please provide guidance on how to resolve this issue, or update the Docker environment to include the necessary dependencies?

Reproduction

ocker run --gpus '"device=0,1"' -p 11436:30000 -v /home/jszc/vllm:/root/.cache/modelscope --ipc=host --name sglang-minicpm3-4b my_sglang:v0.3.0-cu124-updated python3 -m sglang.launch_server --model /root/.cache/modelscope/MiniCPM3-4B --host 0.0.0.0 --port 30000 --tp 2 --mem-fraction-static 0.75 --chunked-prefill-size 8192 --enable-p2p-check --schedule-policy fcfs --schedule-conservativeness 0.3 --trust-remote-code

Environment

docker

@merrymercy
Copy link
Contributor

merrymercy commented Sep 22, 2024

fixed by #1492
please wait for the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants