npm: vite 7.3.1→7.3.2, hono 4.12.10→4.12.12, @hono/node-server 1.19.12→1.19.13 pypi: add uv constraint-dependencies for authlib>=1.6.9, aiohttp>=3.13.4, cryptography>=46.0.7 Made-with: Cursor
31 lines
517 B
TOML
31 lines
517 B
TOML
[project]
|
|
name = "qmd-finetune"
|
|
version = "0.1.0"
|
|
description = "QMD query expansion fine-tuning tools"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"torch",
|
|
"trl>=0.12.0",
|
|
"peft>=0.7.0",
|
|
"transformers>=4.45.0",
|
|
"accelerate>=0.24.0",
|
|
"huggingface_hub>=0.20.0",
|
|
"trackio",
|
|
"datasets",
|
|
"pyyaml",
|
|
"gguf",
|
|
"sentencepiece",
|
|
"nvidia-ml-py",
|
|
"pydantic>=2.0",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = []
|
|
|
|
[tool.uv]
|
|
constraint-dependencies = [
|
|
"authlib>=1.6.9",
|
|
"aiohttp>=3.13.4",
|
|
"cryptography>=46.0.7",
|
|
]
|