Update launch.json

This commit is contained in:
Marc R Kellerman 2023-04-15 15:59:32 -07:00
parent dbd087988f
commit d72ab3a2ff

6
.vscode/launch.json vendored
View file

@ -9,11 +9,7 @@
"mode": "debug",
"program": "${workspaceFolder}/main.go",
"args": [
"api",
"--models-path",
"/models/13B",
"--default-model",
"/models/13B/ggml-gpt4-x-alpaca-native-13b-q4_1.bin"
"api"
]
}
]