mirror of
https://github.com/huggingface/trl.git
synced 2025-10-20 10:03:51 +08:00
Update transformers minimum version to 4.56.1 (#4047)
This commit is contained in:
committed by
GitHub
parent
27e30f86ef
commit
82b34e5723
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -235,7 +235,7 @@ jobs:
|
||||
uv pip install ".[dev]"
|
||||
uv pip install accelerate==1.4.0
|
||||
uv pip install datasets==3.0.0
|
||||
uv pip install transformers==4.56.0
|
||||
uv pip install transformers==4.56.1
|
||||
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
|
@ -1,3 +1,3 @@
|
||||
accelerate>=1.4.0
|
||||
datasets>=3.0.0
|
||||
transformers>=4.56.0
|
||||
transformers>=4.56.1
|
Reference in New Issue
Block a user