有人成功用sglang运行deepseek的tool call了么? #6484
caolicaoli
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我用0.4.6版本的运行deepseekv3 只有报错,
Process Process-1:
Traceback (most recent call last):
File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
self.run()
File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/sgl-workspace/sglang/python/sglang/srt/managers/scheduler.py", line 2202, in run_scheduler_process
faulthandler.enable()
OSError: [Errno 12] Cannot allocate memory
Process Process-2:
Traceback (most recent call last):
File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
self.run()
File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/sgl-workspace/sglang/python/sglang/srt/managers/scheduler.py", line 2202, in run_scheduler_process
faulthandler.enable()
OSError: [Errno 12] Cannot allocate memory
Process Process-7:
Traceback (most recent call last):
File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
self.run()
File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/sgl-workspace/sglang/python/sglang/srt/managers/scheduler.py", line 2202, in run_scheduler_process
faulthandler.enable()
OSError: [Errno 12] Cannot allocate memory
Beta Was this translation helpful? Give feedback.
All reactions