mirror of
https://github.com/wassname/lora-lite.git
synced 2026-08-04 13:03:32 +08:00
test: prove adapter training paths
This commit is contained in:
+5
-1
@@ -10,7 +10,8 @@ dependencies = [
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = ["pytest"]
|
||||
test = ["pytest", "tabulate"]
|
||||
hf-test = ["accelerate>=1.6", "safetensors>=0.5", "transformers>=4.51"]
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=68"]
|
||||
@@ -18,3 +19,6 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
|
||||
[tool.uv]
|
||||
exclude-newer = "5 days"
|
||||
Reference in New Issue
Block a user