From ba1201d93fc9aa2f69f2758908a6a67c9f27a06b Mon Sep 17 00:00:00 2001 From: Kyle Sayers Date: Tue, 6 Aug 2024 12:22:46 -0400 Subject: [PATCH] correct typo (#56) --- src/llmcompressor/transformers/sparsification/sparse_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llmcompressor/transformers/sparsification/sparse_model.py b/src/llmcompressor/transformers/sparsification/sparse_model.py index c91af1299..a49c0f7fe 100644 --- a/src/llmcompressor/transformers/sparsification/sparse_model.py +++ b/src/llmcompressor/transformers/sparsification/sparse_model.py @@ -31,7 +31,7 @@ class SparseAutoModelForCausalLM(AutoModelForCausalLM): of the model will be retrieved 2. The original model definition will be loaded, without the model weights - 3. The appropriate recipy will be applied to the model + 3. The appropriate recipe will be applied to the model if requested or required 4. The appropriate set of weights will be loaded into the model """