From 91d1d2b41c7e1dba47fe9c0972ec4de01e704628 Mon Sep 17 00:00:00 2001 From: Rahul Tuli Date: Mon, 29 Apr 2024 19:10:38 +0000 Subject: [PATCH] Remove launch.json --- .vscode/launch.json | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 6e2ab0164b..0000000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "haystack init", - "type": "debugpy", - "request": "launch", - "program": "src/deepsparse/transformers/haystack/__init__.py", - "console": "integratedTerminal", - "justMyCode": false - }, - { - "name": "benchmarking bug", - "type": "debugpy", - "request": "launch", - "program": "/root/projects/deepsparse/src/deepsparse/benchmark/benchmark_pipeline.py", - "console": "integratedTerminal", - "args": [ - "text-classification", - "zoo:nlp/sentiment_analysis/distilbert-none/pytorch/huggingface/sst2/pruned90-none" - ] - } - ] -} \ No newline at end of file