Skip to content

Commit 6f46a66

Browse files
CementZhangcemeng
andauthored
Fix error of upload to pypi (#115)
Co-authored-by: cemeng <cemengzhang@yntengyun.com>
1 parent 805e2a4 commit 6f46a66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
[project.optional-dependencies]
3939
train = [
4040
"torch",
41-
"transformers @ git+https://github.com/huggingface/transformers.git@v5.0.0rc0",
41+
"transformers==5.0.0rc0",
4242
"datasets>=2.20.0",
4343
"accelerate>=1.1.0"
4444
]

0 commit comments

Comments
 (0)