VSCODE 사용하기 편집기가 아니라 빌드환경으로 만들어보기 tasks.json { "version" : "2.0.0" , "tasks" : [ { "label" : "Build hello_app with make" , "type" : "shell" , "command" : "make clean && make all" , "args" : [], "options" : { "cwd" : "${workspaceFolder}/build" }, "group" : { "kind" : "build" , "isDefault" : true }, "problemMatcher" : [] } ] } 편집기가 아니라 디버깅환경으로 만들어보자 launch.json { // 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" : [...
Reason: Searching for lightweight LLMs that can be used in VS Code. reference https://github.com/aidatatools/ollama-benchmark how to Run llm_benchmark run --no-sendinfo --custombenchmark=C:\Python311\Lib\site-packages\llm_benchmark\data\custombenchmarkmodels.yml C:\Python311\Lib\site-packages\llm_benchmark\data\custombenchmarkmodels.yml # Author: Peter Lim # License: # Created: 2025-03-30 version : 1.0 models : - model : deepseek-r1:1.5b - model : deepseek-r1:8b - model : deepseek-coder-v2 - model : gemma:2b - model : gemma2:9b - model : gemma3:4b - model : phi:2.7b - model : phi3:3.8b - model : phi4:14b - model : mistral:7b