Skip to content

Commit

Permalink
modify launch command to run example_inference.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Jun 1, 2024
1 parent 5c7febd commit 059192a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "Python Debugger: Current File",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"program": "example_inference.py",
"console": "integratedTerminal"
}
]
Expand Down

0 comments on commit 059192a

Please sign in to comment.