name: 💻 Usage
description: Raise an issue here if you don't know how to use vllm on Ascend.
title: "[Usage]: "
labels: ["usage"]

body:
- type: markdown
  attributes:
    value: >
      #### Before submitting an issue, please make sure the issue hasn't been already addressed by searching through [the existing and past issues](https://github.com/vllm-project/vllm-ascend/issues?q=is%3Aissue+sort%3Acreated-desc+).
- type: textarea
  attributes:
    label: Your current environment
    description: |
      Please run the following and paste the output below.
      ```sh
      npu-smi info
      cat /usr/local/Ascend/ascend-toolkit/latest/"$(uname -i)"-linux/ascend_toolkit_install.info
      wget https://raw.githubusercontent.com/vllm-project/vllm/main/collect_env.py
      # For security purposes, please feel free to check the contents of collect_env.py before running it.
      python collect_env.py
      ```
      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: |
      ```text
      The output of above commands
      ```
  validations:
    required: true
- type: textarea
  attributes:
    label: How would you like to use vllm on ascend
    description: |
      A detailed description of how you want to use vllm on ascend.
    value: |
      I want to run inference of a [specific model](put link here). I don't know how to integrate it with vllm.
- type: markdown
  attributes:
    value: >
      Thanks for contributing 🎉!