Results 6 comments of Yosan

same error ``` I0513 11:04:17.446540 5509 transfer_engine.cpp:350] Metrics reporting is disabled (set MC_TE_METRIC=1 to enable) I0513 11:04:17.446815 5509 transfer_engine.cpp:44] Transfer Engine starting. Server: 10.148.0.107, Metadata: P2PHANDSHAKE, ip_or_host_name: , rpc_port: 0...

is anyone known how to fix it?

@Ubospica xgrammar==0.1.15 ```text [2025-03-26 16:49:51 TP0] Scheduler hit an exception: Traceback (most recent call last): File "/opt/app/python3.10/lib/python3.10/site-packages/sglang/srt/managers/scheduler.py", line 1949, in run_scheduler_process scheduler.event_loop_overlap() File "/opt/app/python3.10/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 116, in decorate_context return func(*args,...

@Ubospica env: python3.10 , sgalng==0.4.4.post1, 8*H20 launch command ```shell python -m sglang.launch_server --trust-remote-code --enable-metrics --mem-fraction-static 0.92 --tp 8 --context-length 32768 --attention-backend flashinfer --host 0.0.0.0 --port 8080 --served-model-name DeepSeek-V3 --model-path /data/models/DeepSeek-V3-03...

@Ubospica user's raw request regex is unicode, [\u4e00-\u9fa5]+

I also occury this error using 8*H20 after merge [#3692](https://github.com/sgl-project/sglang/pull/3692) ``` [2025-02-21 10:35:12 TP1] Scheduler hit an exception: Traceback (most recent call last): File "/opt/app/python3.10/lib/python3.10/site-packages/sglang/srt/distributed/device_communicators/custom_all_reduce.py", line 313, in capture yield...