Siva

Results 34 comments of Siva

I blogged about using Docker to run Mojo with auto-generated authentication keys. It's a quick fix for those who need to bypass authentication. link: https://byteshiva.medium.com/elevating-your-workflow-dockerizing-mojo-for-seamless-development-628a0bc4b25b

I wanted to add proxy details at https://github.com/ciaranj/node-oauth/blob/master/lib/oauth2.js#L110 How can I pass these details. example: ``` options.proxyhost = 'xyz', options.proxyport = 1234 options.agent = httpsProxyAgent ```

> The read-only issue was addressed by #244 specifically for the Nix-OS use case :) You could of course define your own nix expression to create a jumper script: Thanks,...

found the fix ``` docker run --rm -it -p 3000:3000 ghcr.io/bentoml/openllm start facebook/opt-1.3b --backend vllm ``` Fix Available at: - [x] https://github.com/bentoml/OpenLLM?tab=readme-ov-file#-runtime-implementations - [x] ex. openllm start meta-llama/Llama-2-7b-chat-hf --backend vllm