1
0
This commit is contained in:
liushuang 2025-10-15 10:55:03 +08:00
parent a27b0aa2c6
commit 5f1ca1fc43

View File

@ -136,3 +136,9 @@ def main():
if __name__ == "__main__":
main()
```
#### 复现
```shell
python /home/ss/vllm-py12/vllm-crash-test.py
```