Skip to content

Issue with yml file - fixed #1

@saptarshi059

Description

@saptarshi059

Hi,

Thanks for your code. However, the YML file you provided had a TON of broken dependencies. I've uploaded the one that finally worked for me. The issue was that your YML file had a lot of locked system hashes. Also, pip install vllm, was trying to build VLLM, which is never a good strategy. So, it should be downloaded from source (pre-built) [pip install vllm --extra-index-url https://download.pytorch.org/whl/cu121]

I hope this helps with reproducibility. I am testing your code on a few things & will provide feedback if it breaks again.

GraphAnchor_Final.yml

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions