gsarti commited on
Commit
44f7b3c
β€’
1 Parent(s): f0e0d32

Fix typo in code snippet

Browse files
Files changed (1) hide show
  1. 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.attribute_contex.attribute_context import attribute_context_with_model, AttributeContextArgs
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}",