29 lines
671 B
TOML
29 lines
671 B
TOML
[project]
|
|
name = "qwen3-1-7b-qlora-shizuku-v1"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"transformers>=4.55.3",
|
|
"torch>=2.1.2",
|
|
"torchaudio>=2.1.2",
|
|
"torchvision>=0.16.2",
|
|
"accelerate>=1.10.0",
|
|
"bitsandbytes>=0.47.0",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
torch = [
|
|
{ index = "pytorch-cu124", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
|
|
]
|
|
torchvision = [
|
|
{ index = "pytorch-cu124", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
|
|
]
|
|
|
|
|
|
[[tool.uv.index]]
|
|
name = "pytorch-cu124"
|
|
url = "https://download.pytorch.org/whl/cu124"
|
|
explicit = true
|