wushixiong
Results
1
issues of
wushixiong
my command is: ```shell CUDA_VISIBLE_DEVICES="2,4" python -m sglang.launch_server --model-path ./Yi-34B-Chat --trust-remote-code --port 30000 --tp-size 2 ``` when I run the demo code, **there is nothing returned.** ```python from sglang import...