forked from MakazhanAlpamys/Soup
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtransformers-floor.txt
More file actions
23 lines (23 loc) · 1.05 KB
/
Copy pathtransformers-floor.txt
File metadata and controls
23 lines (23 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# #478 — Transformers pin for the dedicated floor-compat CI job.
#
# Declared train floor in pyproject.toml remains:
# transformers>=4.36.0,<5.0.0
#
# transformers==4.36.0 is not resolvable with the declared trl range
# (trl>=0.14.0,<0.29): even trl 0.14.0 requires transformers>=4.46.0, and
# newer trl releases require >=4.56.1 / >=4.56.2. Raising Soup's declared
# transformers floor in pyproject.toml needs an explicit maintainer
# dependency-policy decision. Do NOT treat 4.55.4 (the last pre-dtype=
# release) as the declared floor.
#
# This file pins:
# transformers==4.46.1 — lowest non-yanked resolvable Transformers version
# tested with the lowest declared TRL version
# trl==0.14.0 — lowest version in Soup's declared trl range
#
# These pins are for the floor CI cell only so pip cannot silently upgrade
# that job. Do not describe pip's preferred/latest compatible TRL as the
# floor. Runtime dtype= regressions are caught by the static guard in
# tests/test_transformers_floor_compat.py (dtype= is >=4.56-only).
transformers==4.46.1
trl==0.14.0