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