mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-30 06:30:43 +00:00
add vscode devcontainer and launch task
This commit is contained in:
parent
f76b612506
commit
5133476c78
8 changed files with 135 additions and 11 deletions
20
.vscode/launch.json
vendored
Normal file
20
.vscode/launch.json
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
|
||||
{
|
||||
"name": "Launch Go",
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue