Skip to content

Commit

Permalink
Removed unnecessary escape.
Browse files Browse the repository at this point in the history
  • Loading branch information
apaz-cli committed Mar 26, 2024
1 parent 229ce3b commit 0546f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/basic/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Instead, register the executor like so::
def model(x, y):
return x + y

exc_list = [thunder.extend.get_executor('torchcompile'), \*thunder.get_always_executors()]
exc_list = [thunder.extend.get_executor('torchcompile'), *thunder.get_always_executors()]
jmodel = thunder.jit(model, executors=exc_list)


Expand Down

0 comments on commit 0546f8d

Please sign in to comment.