mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-08 18:51:37 -05:00
33 lines
766 B
TOML
33 lines
766 B
TOML
![]() |
[tool.poetry]
|
||
|
name = "text-generation-webui-build"
|
||
|
version = "0.1.0"
|
||
|
description = ""
|
||
|
authors = ["Your Name <you@example.com>"]
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.10"
|
||
|
accelerate = "0.18.0"
|
||
|
colorama = "^0.4.6"
|
||
|
datasets = "^2.11.0"
|
||
|
flexgen = "0.1.7"
|
||
|
gradio = "3.25.0"
|
||
|
markdown = "^3.4.3"
|
||
|
numpy = "^1.24.3"
|
||
|
pandas = "^2.0.0"
|
||
|
pillow = ">=9.5.0"
|
||
|
pybind11 = "2.10.4"
|
||
|
pyyaml = "^6.0"
|
||
|
requests = "^2.28.2"
|
||
|
rwkv = "0.7.3"
|
||
|
safetensors = "0.3.0"
|
||
|
sentencepiece = "^0.1.98"
|
||
|
tqdm = "^4.65.0"
|
||
|
peft = {git = "https://github.com/huggingface/peft"}
|
||
|
transformers = "4.28.1"
|
||
|
bitsandbytes = {version = "0.38.1", markers = "platform_system != \"Windows\""}
|
||
|
llama-cpp-python = {version = "0.1.34"}
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core"]
|
||
|
build-backend = "poetry.core.masonry.api"
|