Skip to content

Commit

Permalink
fix pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara Adkins committed May 3, 2024
1 parent 4bfbee4 commit 54a2cde
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ test_type: "smoke"
tokenize: False
model: "TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T"
dataset: open_platypus
recipe: "tests/sparseml/pytorch/oneshot/oneshot_configs/recipes/recipe.yaml"
recipe: "tests/sparseml/transformers/oneshot/oneshot_configs/recipes/recipe.yaml"
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ tokenize: False
model: "TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T"
dataset: "gsm8k"
dataset_config_name: "main"
recipe: "tests/sparseml/pytorch/oneshot/oneshot_configs/recipes/recipe.yaml"
recipe: "tests/sparseml/transformers/oneshot/oneshot_configs/recipes/recipe.yaml"
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ test_type: "smoke"
tokenize: True
model: "TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T"
dataset: open_platypus
recipe: "tests/sparseml/pytorch/oneshot/oneshot_configs/recipes/recipe.yaml"
recipe: "tests/sparseml/transformers/oneshot/oneshot_configs/recipes/recipe.yaml"
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ test_type: "smoke"
tokenize: True
model: "TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T"
dataset: "gsm8k"
recipe: "tests/sparseml/pytorch/oneshot/oneshot_configs/recipes/recipe.yaml"
recipe: "tests/sparseml/transformers/oneshot/oneshot_configs/recipes/recipe.yaml"
2 changes: 1 addition & 1 deletion tests/sparseml/transformers/oneshot/test_api_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from tests.testing_utils import parse_params, requires_torch


CONFIGS_DIRECTORY = "tests/sparseml/pytorch/oneshot/oneshot_configs"
CONFIGS_DIRECTORY = "tests/sparseml/transformers/oneshot/oneshot_configs"

# TODO: Seems better to mark test type (smoke, sanity, regression) as a marker as
# opposed to using a field in the config file?
Expand Down
2 changes: 1 addition & 1 deletion tests/sparseml/transformers/oneshot/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from tests.testing_utils import parse_params, requires_torch, run_cli_command


CONFIGS_DIRECTORY = "tests/sparseml/pytorch/oneshot/oneshot_configs"
CONFIGS_DIRECTORY = "tests/sparseml/transformers/oneshot/oneshot_configs"


@pytest.mark.smoke
Expand Down

0 comments on commit 54a2cde

Please sign in to comment.