chore: update dependencies
This commit is contained in:
+11
-11
@@ -22,19 +22,19 @@ classifiers = [
|
||||
"Programming Language :: Python :: 3.12",
|
||||
]
|
||||
dependencies = [
|
||||
"accelerate~=1.10",
|
||||
"bitsandbytes~=0.45",
|
||||
"datasets~=4.0",
|
||||
"accelerate~=1.13",
|
||||
"bitsandbytes~=0.49",
|
||||
"datasets~=4.7",
|
||||
"hf-transfer~=0.1",
|
||||
"huggingface-hub~=0.34",
|
||||
"kernels~=0.11",
|
||||
"optuna~=4.5",
|
||||
"peft~=0.14",
|
||||
"psutil~=7.1",
|
||||
"pydantic-settings~=2.10",
|
||||
"huggingface-hub~=1.7",
|
||||
"kernels~=0.12",
|
||||
"optuna~=4.7",
|
||||
"peft~=0.18",
|
||||
"psutil~=7.2",
|
||||
"pydantic-settings~=2.13",
|
||||
"questionary~=2.1",
|
||||
"rich~=14.1",
|
||||
"transformers~=4.57",
|
||||
"rich~=14.3",
|
||||
"transformers~=5.3",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user