chr1ce

Results 2 comments of chr1ce

i modified the sglang's code, and it worked for me add this in sglang>srt>server.py line 143 ```Python try: mp.set_start_method('spawn', force=True) print("spawned") except RuntimeError: pass ```