We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eae44a commit 6105040Copy full SHA for 6105040
.github/workflows/slow-tests.yml
@@ -11,6 +11,7 @@ env:
11
RUN_SLOW: "yes"
12
IS_GITHUB_CI: "1"
13
SLACK_API_TOKEN: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}
14
+ TRL_EXPERIMENTAL_SILENCE: 1
15
16
jobs:
17
run_all_tests_single_gpu:
.github/workflows/tests.yml
@@ -17,6 +17,7 @@ env:
TQDM_DISABLE: 1
18
CI_SLACK_CHANNEL: ${{ secrets.CI_PUSH_MAIN_CHANNEL }}
19
PYTORCH_CUDA_ALLOC_CONF: "expandable_segments:True"
20
21
22
23
check_code_quality:
.github/workflows/tests_latest.yml
@@ -9,6 +9,7 @@ on:
9
env:
10
tests:
0 commit comments