Skip to content

Commit 7d61691

Browse files
authored
Merge branch 'master' into fix/no-grad-amp-bug
2 parents 70023a1 + 6535de1 commit 7d61691

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/tpu-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
gcloud compute tpus tpu-vm list
166166
167167
- name: Upload coverage to Codecov
168-
uses: codecov/codecov-action@v4
168+
uses: codecov/codecov-action@v5
169169
continue-on-error: true
170170
with:
171171
token: ${{ secrets.CODECOV_TOKEN }}

requirements/typing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mypy==1.16.0
1+
mypy==1.16.1
22
torch==2.7.1
33

44
types-Markdown

tests/legacy/back-compatible-versions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@
105105
2.3.2
106106
2.3.3
107107
2.5.1
108+
2.5.2

0 commit comments

Comments
 (0)