mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-29 14:14:59 +00:00
Update launch.json
This commit is contained in:
parent
dbd087988f
commit
d72ab3a2ff
1 changed files with 1 additions and 5 deletions
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
|
@ -9,11 +9,7 @@
|
||||||
"mode": "debug",
|
"mode": "debug",
|
||||||
"program": "${workspaceFolder}/main.go",
|
"program": "${workspaceFolder}/main.go",
|
||||||
"args": [
|
"args": [
|
||||||
"api",
|
"api"
|
||||||
"--models-path",
|
|
||||||
"/models/13B",
|
|
||||||
"--default-model",
|
|
||||||
"/models/13B/ggml-gpt4-x-alpaca-native-13b-q4_1.bin"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue