pantry/projects/github.com/ggerganov/llama.cpp/pyproject.toml

9 lines
119 B
TOML
Raw Normal View History

[project]
requires-python = ">=3.7"
name = "llama.cpp"
version = '0.0.0'
dependencies = [
"sentencepiece>=0.1.96"
]