Skip to content

Commit 86f9557

Browse files
committed
fix typo
Signed-off-by: Kyle Sayers <[email protected]>
1 parent b6a75f6 commit 86f9557

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/llmcompressor/transformers/tracing/test_models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
None,
4949
"text",
5050
[],
51-
)("RedHatAI/DeepSeek-V3-BF16", AutoModelForCausalLM, None, "text", []),
51+
),
52+
("unsloth/DeepSeek-R1-0528-BF16", AutoModelForCausalLM, None, "text", []),
5253
# --- vision ---
5354
(
5455
"HuggingFaceM4/Idefics3-8B-Llama3",

0 commit comments

Comments
 (0)