35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
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": [
|
|
{
|
|
"name": "sample_test_web",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"program": "/home/default/miniconda3/envs/swift/bin/swift",
|
|
"cwd": "${workspaceFolder}/sample",
|
|
"console": "integratedTerminal",
|
|
"python": "/home/default/miniconda3/envs/swift/bin/python3.10",
|
|
"justMyCode": false,
|
|
"env": {
|
|
"OPENAI_API_KEY": "sk-a6a00cb727ee4913ba22530ec3c2b30d",
|
|
},
|
|
"args": [
|
|
"sample",
|
|
"--model", "qwen3-8b",
|
|
"--sampler_type", "distill",
|
|
"--sampler_engine", "client",
|
|
"--stream", "true",
|
|
"--orm_model", "external_web_acc",
|
|
"--dataset", "combine_output_file_3.jsonl",
|
|
"--num_return_sequences", "1",
|
|
"--temperature", "0.6",
|
|
"--top_p", "0.95",
|
|
"--external_plugins", "plugin.py",
|
|
"--engine_kwargs", "{\"base_url\":\"https://dashscope.aliyuncs.com/compatible-mode/v1\"}"
|
|
]
|
|
}
|
|
]
|
|
} |