-
Notifications
You must be signed in to change notification settings - Fork 21
Description
‘’‘
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/sgl-workspace/sglang/python/sglang/launch_server.py", line 6, in
from sglang.srt.entrypoints.http_server import launch_server
File "/sgl-workspace/sglang/python/sglang/srt/entrypoints/http_server.py", line 45, in
from sglang.srt.entrypoints.engine import _launch_subprocesses
File "/sgl-workspace/sglang/python/sglang/srt/entrypoints/engine.py", line 40, in
from sglang.srt.managers.data_parallel_controller import (
File "/sgl-workspace/sglang/python/sglang/srt/managers/data_parallel_controller.py", line 27, in
from sglang.srt.managers.io_struct import (
File "/sgl-workspace/sglang/python/sglang/srt/managers/io_struct.py", line 25, in
from sglang.srt.managers.schedule_batch import BaseFinishReason
File "/sgl-workspace/sglang/python/sglang/srt/managers/schedule_batch.py", line 43, in
from sglang.srt.configs.model_config import ModelConfig
File "/sgl-workspace/sglang/python/sglang/srt/configs/init.py", line 3, in
from sglang.srt.configs.deepseekvl2 import DeepseekVL2Config
File "/sgl-workspace/sglang/python/sglang/srt/configs/deepseekvl2.py", line 7, in
import torchvision.transforms as T
ModuleNotFoundError: No module named 'torchvision'
’‘’
using the latest docker images.