初始化项目,由ModelHub XC社区提供模型

Model: NaClNeZn/Qwen3-1.7B-QLoRA-Shizuku-v1
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-19 04:04:14 +08:00
commit b517852390
22 changed files with 910721 additions and 0 deletions

28
pyproject.toml Normal file
View File

@@ -0,0 +1,28 @@
[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