Skip to content

[Bug]: Wrong output with tp4 and granite 8b #1043

Description

@RajalakshmiSR

Describe the bug

torch spyre commit - 88db7467c51e2ffcfa34e11b41c5577cc0db9aa9
spyre-inference - 0.1.0.dev537+main.gebf8ca03

How to reproduce

vllm serve /models/granite-3.3-8b-instruct --max-model-len 2048 --max-num-seqs 1 --num-gpu-blocks-override 2049 --port 8000 -tp 4

curl http://127.0.0.1:36550/v1/completions -H 'Content-Type: application/json' -d '{ "model": "/models/granite-3.3-8b-instruct", "prompt": "write a python program for bubble sort", "max_tokens": 128, "temperature": 1 }'

< junk result>

Additional context

Looks good with tp1.

Checklist

  • I have searched for similar issues.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions