Skip to content

Commit

Permalink
fix: minor modification, syntax error (#1905)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonJ2021 authored Dec 19, 2024
1 parent 6f5d6d9 commit d6c6516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorials/llm-compiler/LLMCompiler.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@
" # No deps or all deps satisfied\n",
" # can schedule now\n",
" schedule_task.invoke(dict(task=task, observations=observations))\n",
" # futures.append(executor.submit(schedule_task.invoke dict(task=task, observations=observations)))\n",
" # futures.append(executor.submit(schedule_task.invoke, dict(task=task, observations=observations)))\n",
"\n",
" # All tasks have been submitted or enqueued\n",
" # Wait for them to complete\n",
Expand Down

0 comments on commit d6c6516

Please sign in to comment.