Files
wehub-resource-sync 542cfa195c
CI / Frontend build (push) Failing after 9m6s
CI / Plugin validate (push) Failing after 9m27s
CI / Python lint (push) Failing after 16m1s
CI / Tests (push) Successful in 18m0s
Deploy / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:33:27 +08:00

37 lines
794 B
TOML

[project]
name = "wiki-screenshot-training"
version = "0.1.0"
description = "Wiki screenshot embedding training with Qwen3-VL + LoRA"
requires-python = ">=3.12,<3.14"
dependencies = [
"torch==2.9.1",
"torchvision",
"transformers==4.57.1",
"nvidia-cudnn-cu12==9.20.0.48",
"peft>=0.15.0",
"accelerate>=1.0.0",
"Pillow",
"tqdm",
"numpy",
"faiss-cpu",
"wandb",
"safetensors",
"huggingface-hub",
"qwen-vl-utils",
"datasets",
"openai>=2.30.0",
]
[tool.uv]
package = false
override-dependencies = ["nvidia-cudnn-cu12==9.20.0.48"]
[[tool.uv.index]]
name = "pytorch-cu129"
url = "https://download.pytorch.org/whl/cu129"
explicit = true
[tool.uv.sources]
torch = [{ index = "pytorch-cu129" }]
torchvision = [{ index = "pytorch-cu129" }]