Skip to content

Commit cf6a304

Browse files
authored
Remove clear_ml (#1261)
SUMMARY: - Remove requirement for tokens and the one test which uses them
1 parent c6f28fb commit cf6a304

File tree

3 files changed

+2
-52
lines changed

3 files changed

+2
-52
lines changed

.github/workflows/test-check-transformers.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@ on:
88

99
env:
1010
CADENCE: "commit"
11-
CLEARML_WEB_HOST: ${{ secrets.CLEARML_WEB_HOST }}
12-
CLEARML_API_HOST: ${{ secrets.CLEARML_API_HOST }}
13-
CLEARML_API_ACCESS_KEY: ${{ secrets.CLEARML_API_ACCESS_KEY }}
14-
CLEARML_FILES_HOST: ${{ secrets.CLEARML_FILES_HOST }}
15-
CLEARML_API_SECRET_KEY: ${{ secrets.CLEARML_API_SECRET_KEY }}
16-
11+
1712
jobs:
1813
detect-changes:
1914
runs-on: ubuntu-latest

.github/workflows/test-check.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@ on:
44

55
env:
66
CADENCE: "commit"
7-
CLEARML_WEB_HOST: ${{ secrets.CLEARML_WEB_HOST }}
8-
CLEARML_API_HOST: ${{ secrets.CLEARML_API_HOST }}
9-
CLEARML_API_ACCESS_KEY: ${{ secrets.CLEARML_API_ACCESS_KEY }}
10-
CLEARML_FILES_HOST: ${{ secrets.CLEARML_FILES_HOST }}
11-
CLEARML_API_SECRET_KEY: ${{ secrets.CLEARML_API_SECRET_KEY }}
12-
7+
138
jobs:
149

1510
base-tests:

tests/llmcompressor/transformers/test_clear_ml.py

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)