Fix typo in code snippet
Browse files- presets.py +1 -1
presets.py
CHANGED
|
@@ -158,7 +158,7 @@ def update_code_snippets_fn(
|
|
| 158 |
# Python
|
| 159 |
python = f"""#!pip install inseq
|
| 160 |
import inseq
|
| 161 |
-
from inseq.commands.
|
| 162 |
|
| 163 |
inseq_model = inseq.load_model(
|
| 164 |
"{model_name_or_path}",
|
|
|
|
| 158 |
# Python
|
| 159 |
python = f"""#!pip install inseq
|
| 160 |
import inseq
|
| 161 |
+
from inseq.commands.attribute_context.attribute_context import attribute_context_with_model, AttributeContextArgs
|
| 162 |
|
| 163 |
inseq_model = inseq.load_model(
|
| 164 |
"{model_name_or_path}",
|