From 132b041b23ff41f98b6d058349349570ef3075e2 Mon Sep 17 00:00:00 2001 From: leon Date: Fri, 13 Sep 2024 10:24:00 +0700 Subject: [PATCH] Remove duplicate configuration for Module Modeling LLM --- .vscode/launch.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 650eefd5..7d670568 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -20,14 +20,6 @@ "module": "module_example", "justMyCode": true }, - { - "name": "Module Modeling LLM", - "type": "python", - "request": "launch", - "cwd": "${workspaceFolder}/modules/modeling/module_modeling_llm", - "module": "module_modeling_llm", - "justMyCode": false - }, { "name": "Module Programming LLM", "type": "python",