Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
While `gguf`'s `pyproject.toml` lists `sentencepiece` as a dependency (https://github.com/ggerganov/llama.cpp/blob/a07c32ea54850c989f0ef6989da5b955b77b7172/pyproject.toml#L20), the package does not get pulled in when installing gguf via `uv pip` or `pip`. However, without the package the sanity test `python -c "from sharktank import ops; print('Sanity check passed')"`, documented in https://github.com/nod-ai/shark-ai/blob/main/docs/nightly_releases.md#quickstart---sharktank fails.
- Loading branch information