Michael Sedletsky

Results 2 issues of Michael Sedletsky

Please add one or more params to control logs from RESTful API server - namely in `mii.serve()` function. You can see as reference `-log-` config params in vLLM: https://docs.vllm.ai/en/latest/serving/openai_compatible_server.html#command-line-arguments-for-the-server It...

1. In my current project, there is a strict requirement to have `go v1.21` while later versions like v1.22 are not allowed. The only change needed is `go 1.22.0` =>...