Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 375 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 375 Bytes

vllm_allocator_adaptor

An adaptor to allow Python allocator for PyTorch pluggable allocator

create source distribution

python setup.py sdist

create wheel distribution

python setup.py bdist_wheel --py-limited-api cp38

Also need to rename the wheel, replace linux with manylinux1.

upload to PyPI

twine upload dist/*