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