Skip to content

Commit 6105040

Browse files
Silence TRL experimental warnings in CI (#4307)
1 parent 5eae44a commit 6105040

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/slow-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ env:
1111
RUN_SLOW: "yes"
1212
IS_GITHUB_CI: "1"
1313
SLACK_API_TOKEN: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}
14+
TRL_EXPERIMENTAL_SILENCE: 1
1415

1516
jobs:
1617
run_all_tests_single_gpu:

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ env:
1717
TQDM_DISABLE: 1
1818
CI_SLACK_CHANNEL: ${{ secrets.CI_PUSH_MAIN_CHANNEL }}
1919
PYTORCH_CUDA_ALLOC_CONF: "expandable_segments:True"
20+
TRL_EXPERIMENTAL_SILENCE: 1
2021

2122
jobs:
2223
check_code_quality:

.github/workflows/tests_latest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
env:
1010
TQDM_DISABLE: 1
1111
CI_SLACK_CHANNEL: ${{ secrets.CI_PUSH_MAIN_CHANNEL }}
12+
TRL_EXPERIMENTAL_SILENCE: 1
1213

1314
jobs:
1415
tests:

0 commit comments

Comments
 (0)