llama-cpp-turboquant/python
2020-11-08 17:05:27 +00:00
..
pybind11@06a54018c8 Readded pybind module 2020-11-01 13:44:28 +00:00
src Updated function create_sequence to have default param for create_sequence name to empty string 2020-11-08 15:54:41 +00:00
test Removed last line from py tests 2020-11-08 15:58:43 +00:00
CMakeLists.txt Updated build to rename kp 2020-11-03 08:00:20 +00:00
README.md Added instructions to push pypi python package 2020-11-08 17:05:27 +00:00

Python Bindings for Vulkan Kompute

Publishing to pypi

Build source distribution:

python setup.py sdist bdist_wheel

Push to test pypi registry:

python -m twine upload --repository testpypi dist/*

Install from test pypi:

python -m pip install --index-url https://test.pypi.org/simple/ --no-deps kp

Run tests in python/test directory:

python -m pytest

Push to official pypi registry:

python -m twine upload dist/*