mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
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"
|
||
|
]
|