[Doc] Put collect_env issue output in a <detail> block (#7310)

This commit is contained in:
Michael Goin 2024-08-08 14:22:49 -04:00 committed by GitHub
parent 782e53ab59
commit e14fb22e59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,9 +20,14 @@ body:
```
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.
value: |
<details>
<summary>The output of `python collect_env.py`</summary>
```text
The output of `python collect_env.py`
Your output of `python collect_env.py` here
```
</details>
validations:
required: true
- type: textarea