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
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