-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test commit * update runners * move pytest to transformers * update import * fix pathing * don't automatically ifer reporters * remove clearml * my attempt to unclot GHA * update model for commit tests * fix export test * can add back in clearml I think * quality * oops! * remove clearml support * PR comments * QUALITY * int tests --------- Co-authored-by: dbogunowicz <[email protected]> Co-authored-by: dbogunowicz <[email protected]>
- Loading branch information
1 parent
80ef58e
commit a157dfd
Showing
20 changed files
with
43 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,7 +120,6 @@ | |
"tensorboardX>=1.0", | ||
"evaluate>=0.4.1", | ||
"parameterized", | ||
"clearml==1.14.4", | ||
] | ||
|
||
_docs_deps = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
tests/sparseml/pytorch/oneshot/oneshot_configs/tiny_stories_conf2.yaml
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
tests/sparseml/pytorch/oneshot/oneshot_configs/tiny_stories_conf3.yaml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
tests/sparseml/pytorch/oneshot/oneshot_configs/tiny_stories_conf5.yaml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
tests/sparseml/pytorch/oneshot/oneshot_configs/tiny_stories_conf6.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...t/oneshot_configs/tiny_stories_conf1.yaml → ...t/oneshot_configs/tiny_stories_conf1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
tests/sparseml/transformers/oneshot/oneshot_configs/tiny_stories_conf2.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
cadence: "commit" | ||
test_type: "smoke" | ||
tokenize: False | ||
model: "Xenova/llama2.c-stories15M" | ||
dataset: open_platypus | ||
recipe: "tests/sparseml/transformers/oneshot/oneshot_configs/recipes/recipe.yaml" |
7 changes: 7 additions & 0 deletions
7
tests/sparseml/transformers/oneshot/oneshot_configs/tiny_stories_conf3.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
cadence: "commit" | ||
test_type: "smoke" | ||
tokenize: False | ||
model: "Xenova/llama2.c-stories15M" | ||
dataset: "gsm8k" | ||
dataset_config_name: "main" | ||
recipe: "tests/sparseml/transformers/oneshot/oneshot_configs/recipes/recipe.yaml" |
2 changes: 1 addition & 1 deletion
2
...t/oneshot_configs/tiny_stories_conf4.yaml → ...t/oneshot_configs/tiny_stories_conf4.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
tests/sparseml/transformers/oneshot/oneshot_configs/tiny_stories_conf5.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
cadence: "commit" | ||
test_type: "smoke" | ||
tokenize: True | ||
model: "Xenova/llama2.c-stories15M" | ||
dataset: open_platypus | ||
recipe: "tests/sparseml/transformers/oneshot/oneshot_configs/recipes/recipe.yaml" |
6 changes: 6 additions & 0 deletions
6
tests/sparseml/transformers/oneshot/oneshot_configs/tiny_stories_conf6.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
cadence: "commit" | ||
test_type: "smoke" | ||
tokenize: True | ||
model: "Xenova/llama2.c-stories15M" | ||
dataset: "gsm8k" | ||
recipe: "tests/sparseml/transformers/oneshot/oneshot_configs/recipes/recipe.yaml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters