Skip to content

Commit 341299f

Browse files
kylesayrsbrian-dellabetta
authored andcommitted
Replace Xenova model stub with nm-testing model stub (#1239)
## Purpose ## * Fix tests which break as a result of https://github.com/vllm-project/llm-compressor/pull/new/kylesayrs/replace-self-hosted ## Changes ## * Use self-hosted model stub Signed-off-by: Kyle Sayers <kylesayrs@gmail.com> Signed-off-by: Brian Dellabetta <bdellabe@redhat.com>
1 parent 8cc27c7 commit 341299f

28 files changed

+36
-36
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
cadence: "commit"
22
test_type: "regression"
3-
model_stub: "Xenova/llama2.c-stories15M"
3+
model_stub: "nm-testing/llama2.c-stories15M"
44
new_recipe: "tests/llmcompressor/transformers/compression/recipes/new_quant_channel.yaml"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
cadence: "commit"
22
test_type: "regression"
3-
model_stub: "Xenova/llama2.c-stories15M"
3+
model_stub: "nm-testing/llama2.c-stories15M"
44
new_recipe: "tests/llmcompressor/transformers/compression/recipes/new_quant_fp8.yaml"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
cadence: "commit"
22
test_type: "regression"
3-
model_stub: "Xenova/llama2.c-stories15M"
3+
model_stub: "nm-testing/llama2.c-stories15M"
44
new_recipe: "tests/llmcompressor/transformers/compression/recipes/new_quant_full.yaml"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
cadence: "commit"
22
test_type: "regression"
3-
model_stub: "Xenova/llama2.c-stories15M"
3+
model_stub: "nm-testing/llama2.c-stories15M"
44
new_recipe: "tests/llmcompressor/transformers/compression/recipes/new_quant_weight.yaml"

tests/llmcompressor/transformers/finetune/data/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
@pytest.fixture
88
def tiny_llama_path():
9-
return "Xenova/llama2.c-stories15M"
9+
return "nm-testing/llama2.c-stories15M"
1010

1111

1212
@pytest.fixture
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cadence: "commit"
22
test_type: "sanity"
3-
model: "Xenova/llama2.c-stories15M"
3+
model: "nm-testing/llama2.c-stories15M"
44
file_extension: json
55
num_train_epochs: 1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cadence: "commit"
22
test_type: "sanity"
3-
model: "Xenova/llama2.c-stories15M"
3+
model: "nm-testing/llama2.c-stories15M"
44
file_extension: csv
55
num_train_epochs: 1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
cadence: "nightly"
22
test_type: "regression"
3-
model: "Xenova/llama2.c-stories15M"
3+
model: "nm-testing/llama2.c-stories15M"
44
dataset: open_platypus

tests/llmcompressor/transformers/finetune/finetune_oneshot_configs/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cadence: "commit"
22
test_type: "sanity"
3-
model: "Xenova/llama2.c-stories15M"
3+
model: "nm-testing/llama2.c-stories15M"
44
dataset: wikitext
55
dataset_config_name: "wikitext-2-raw-v1"
66
recipe: "tests/llmcompressor/transformers/finetune/test_alternate_recipe.yaml"

tests/llmcompressor/transformers/finetune/test_finetune_no_recipe_custom_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def tearDown(self):
113113
@pytest.mark.integration
114114
@parameterized_class(parse_params(CONFIGS_DIRECTORY))
115115
class TestOneshotCustomDatasetSmall(TestFinetuneNoRecipeCustomDataset):
116-
model = None # "Xenova/llama2.c-stories15M"
116+
model = None # "nm-testing/llama2.c-stories15M"
117117
file_extension = None # ["json", "csv"]
118118
num_train_epochs = None
119119

0 commit comments

Comments
 (0)