vllm_backend
No description available.
File Explorer
Download Latest Version (.zip)- codeql.yml
- pre-commit.yml
- test_util.py
- util.sh
- additional_outputs_test.py
- test.sh
- accuracy_test.py
- test.sh
- enabled_stream_test.py
- test.sh
- test.sh
- vllm_metrics_test.py
- request_cancellation_test.py
- test.sh
- ensemble_config.pbtxt
- test.sh
- vllm_backend_test.py
- test.sh
- check_health_test.py
- test.sh
- download.py
- multi_lora_test.py
- test.sh
- test.sh
- vllm_multi_gpu_test.py
- test.sh
- additional_outputs.md
- health_check.md
- llama_multi_lora_tutorial.md
- model.json
- config.pbtxt
- client.py
- prompts.txt
- metrics.py
- request.py
- vllm_backend_utils.py
- model.py
- .gitignore
- .pre-commit-config.yaml
- LICENSE
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/triton-inference-server/vllm_backend
Downloads the entire project code from GitHub to your computer.
cd vllm_backend
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
