You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/200-installation.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ body:
18
18
# For security purposes, please feel free to check the contents of collect_env.py before running it.
19
19
python collect_env.py
20
20
```
21
+
It is suggested to download and execute the latest script, as vllm might frequently update the diagnosis information needed for accurately and quickly responding to issues.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/300-usage.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ body:
18
18
# For security purposes, please feel free to check the contents of collect_env.py before running it.
19
19
python collect_env.py
20
20
```
21
+
It is suggested to download and execute the latest script, as vllm might frequently update the diagnosis information needed for accurately and quickly responding to issues.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/400-bug report.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ body:
18
18
# For security purposes, please feel free to check the contents of collect_env.py before running it.
19
19
python collect_env.py
20
20
```
21
+
It is suggested to download and execute the latest script, as vllm might frequently update the diagnosis information needed for accurately and quickly responding to issues.
21
22
value: |
22
23
```text
23
24
The output of `python collect_env.py`
@@ -57,6 +58,8 @@ body:
57
58
If the code is too long (hopefully, it isn't), feel free to put it in a public gist and link it in the issue: https://gist.github.com.
58
59
59
60
Please also paste or describe the results you observe instead of the expected results. If you observe an error, please paste the error message including the **full** traceback of the exception. It may be relevant to wrap error messages in ```` ```triple quotes blocks``` ````.
61
+
62
+
If you experienced crashes or hangs, it would be helpful to run vllm with `export VLLM_TRACE_FUNCTION=1` . All the function calls in vllm will be recorded. Inspect these log files, and tell which function crashes or hangs.
60
63
placeholder: |
61
64
A clear and concise description of what the bug is.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/700-performance discussion.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ body:
39
39
# For security purposes, please feel free to check the contents of collect_env.py before running it.
40
40
python collect_env.py
41
41
```
42
+
It is suggested to download and execute the latest script, as vllm might frequently update the diagnosis information needed for accurately and quickly responding to issues.
0 commit comments