mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
d8a3e7c646
llama.cpp -p "Getting paid to write open source can be accomplished in 3 simple steps:"
9 lines
119 B
TOML
9 lines
119 B
TOML
[project]
|
|
requires-python = ">=3.7"
|
|
name = "llama.cpp"
|
|
version = '0.0.0'
|
|
|
|
dependencies = [
|
|
"sentencepiece>=0.1.96"
|
|
]
|