pantry/projects/github.com/ggerganov/llama.cpp/pyproject.toml
Max Howell d8a3e7c646
+llama.cpp (#844)
llama.cpp -p "Getting paid to write open source can be accomplished in 3 simple steps:"
2023-03-24 17:53:39 -04:00

9 lines
119 B
TOML

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