gguf-parser-web / pyproject.toml
phate334's picture
[add] display result in tables.
7c11711
raw
history blame
264 Bytes
[project]
name = "gguf-parser-web"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"gradio==5.3.0",
"orjson==3.10.10",
"pandas>=2.2.3",
]
[tool.pylint]
max-line-length = 180