"examples/vscode:/vscode.git/clone" did not exist on "466b8e5fb7e8c2059fb6f7e9e238c1c6ad318056"
feat: Allow passing any arguments to vllm and sglang engines (#368)
Put the arguments in a JSON file:
```
{
"dtype": "half",
"trust_remote_code": true
}
```
Pass it like this:
```
dynamo-run out=sglang ~/llm_models/Llama-3.2-3B-Instruct --extra-engine-args sglang_extra.json
```
Requested here https://github.com/ai-dynamo/dynamo/issues/290 (`dtype`) and here https://github.com/ai-dynamo/dynamo/issues/360 (`trust_remote_code`).
Showing
Please register or sign in to comment