9ef093c9e2 | ||
---|---|---|
pantograph | ||
src@f20ee8dc87 | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
README.md | ||
build.py | ||
poetry.lock | ||
pyproject.toml | ||
test_sglang.py |
README.md
PyPantograph
Python interface to the Pantograph library
Getting started
Update submodule
git submodule update --init
Execute
poetry build
To run server tests:
python -m pantograph.server
The tests in pantograph/server.py
also serve as simple interaction examples