Skip to content

Commit 3c0ebbf

Browse files
committed
[deps] update dependencies
1 parent 954167f commit 3c0ebbf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "moe_peft"
7-
version = "2.0.2"
7+
version = "2.0.3"
88
description = "An Efficient LLM Fine-Tuning Factory Optimized for MoE PEFT"
99
readme = "README.md"
10-
requires-python = ">=3.8"
10+
requires-python = ">=3.11"
1111
classifiers = [
1212
"Programming Language :: Python :: 3",
1313
"License :: OSI Approved :: Apache Software License",
@@ -18,7 +18,7 @@ dependencies = [
1818
"datasets",
1919
"evaluate",
2020
"accelerate",
21-
"transformers>=4.44.0,<4.47.0",
21+
"transformers>=4.48.0,<4.49.0",
2222
"sentencepiece",
2323
"huggingface_hub",
2424
"scikit-learn",

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ torch>=2.4.0,<2.6.0
22
datasets
33
evaluate
44
accelerate
5-
transformers>=4.44.0,<4.47.0
5+
transformers>=4.48.0,<4.49.0
66
sentencepiece
77
huggingface_hub
88
scikit-learn

0 commit comments

Comments
 (0)