GithubHelp home page GithubHelp logo

Comments (2)

philwinder avatar philwinder commented on September 25, 2024

I've been seeing this again with the following setup: local dev, single luke@prime runner.

for i in `seq 1 10`; do curl --request POST \        
  --url http://localhost:8080/v1/chat/completions \
  --header 'Authorization: Bearer hl-95i-ORkQBZmUbVJHWIo04yNdylT8w3gBCLX_L3zPF7k=' \
  --header 'Content-Type: application/json' \
  --data '{
  "model": "llama3:instruct",
  "messages": [
    {
      "role": "user",
      "content": "Write a 1000 word essay on Yorkshire."
    }
  ]
}' & ; done

results in:

runner-1  | 2024-08-14T18:55:29Z ERR api/pkg/runner/llm_ollama_model_instance.go:156 > error processing request error="failed to get response from inference API: Post \"http://localhost:43851/v1/chat/completions\": dial tcp 127.0.0.1:43851: connect: connection refused" session_id=
runner-1  | 2024-08-14T18:55:29Z ERR api/pkg/runner/llm_ollama_model_instance.go:159 > detected connection refused, exiting and hoping we get restarted - see https://github.com/helixml/helix/issues/242

from helix.

philwinder avatar philwinder commented on September 25, 2024

Fixed in https://github.com/helixml/helix/releases/tag/0.10.2

from helix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.