From 30df20402da058f63fd8350ee83e69f66a599042 Mon Sep 17 00:00:00 2001 From: Yiqing-Zhou Date: Sun, 14 May 2023 22:55:01 +0800 Subject: [PATCH] [code] update .vscode launch.json --- .vscode/launch.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index aa0cbae..56747ee 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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 },