mirror of
https://github.com/SakanaAI/doc-to-lora.git
synced 2026-07-23 17:01:04 +02:00
46 lines
859 B
TOML
46 lines
859 B
TOML
[project]
|
|
name = "ctx-to-lora"
|
|
version = "0.0.1"
|
|
authors = [{ name = "Rujikorn Charakorn" }]
|
|
description = ""
|
|
readme = "README.md"
|
|
requires-python = ">= 3.10"
|
|
dependencies = [
|
|
"transformers==4.46.3",
|
|
"deepspeed==0.15.4",
|
|
"accelerate==1.2.1",
|
|
"peft",
|
|
"datasets",
|
|
"bitsandbytes",
|
|
"jupyter",
|
|
"matplotlib",
|
|
"hf_transfer",
|
|
"torchmetrics",
|
|
"inflect",
|
|
"pre-commit",
|
|
"tensorboardX",
|
|
"wandb",
|
|
"fasttext-wheel",
|
|
"einops",
|
|
"jaxtyping",
|
|
"liger-kernel",
|
|
"tensorboard",
|
|
"flask",
|
|
"pandas",
|
|
"plotly",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["setuptools>=61.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.isort]
|
|
profile = "black"
|
|
|
|
|
|
[tool.black]
|
|
line-length = 89
|
|
|
|
[tool.pyright]
|
|
exclude = ["train_outputs", "data", "generated_tasks", "outputs", "plots", "tmp", "wandb"]
|
|
typeCheckingMode = "off"
|