[code] update .vscode launch.json
This commit is contained in:
parent
6827898339
commit
30df20402d
|
@ -5,13 +5,11 @@
|
|||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Python: train",
|
||||
"name": "Python: lit train",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "train.py",
|
||||
"args": [
|
||||
"--dataset_name", "wikitext:wikitext-2-v1",
|
||||
],
|
||||
"program": "lit_train.py",
|
||||
"args": [],
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue