Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

found error in dependency node node1_h-ePMjtC: Failed to generate #1

Open
BOXNYC opened this issue Aug 12, 2024 · 0 comments
Open

found error in dependency node node1_h-ePMjtC: Failed to generate #1

BOXNYC opened this issue Aug 12, 2024 · 0 comments

Comments

@BOXNYC
Copy link

BOXNYC commented Aug 12, 2024

Ran the starter's dev script, after I call a prompt, minutes later, it streams a couple of iterated message errors:

{
  object: 'node.error',
  node_id: 'node1_h-ePMjtC',
  data: {
    type: 'api_error',
    message: 'Failed to generate',
    status_code: 500
  }
}
{
  object: 'graph.result',
  data: {
    'node1_h-ePMjtC': {
      type: 'api_error',
      message: 'Failed to generate',
      status_code: 500
    },
    result: {
      type: 'api_error',
      message: 'found error in dependency node node1_h-ePMjtC: Failed to generate',
      status_code: 424
    }
  }
}

Possible issue with the Llama3Instruct70B class maybe?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant