Skip to content

focusunsink/vllm_handbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vllm_handbook

How to learn vllm

1. install

pip3 install -r requirements.txt

2. profiling

print per token time

vi usr/local/lib/python3.10/dist-packages/vllm/entrypoints/llm.py: step_outputs = self.llm_engine.step() add time capture code above and below.

About

How to learn vllm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published