Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
peter0627ustc committed Dec 19, 2023
1 parent 9051a07 commit 408ccae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/compiler_python.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ end
"""
function to_python_str(graphs::AbstractVector{<:AbstractGraph}, framework::Symbol=:jax)
if framework == :jax
head = "from jax import jit"
head = "from jax import jit\n"
elseif framework == :mindspore
head = "import mindspore as ms\n@ms.jit\n"
else
Expand Down

0 comments on commit 408ccae

Please sign in to comment.