Cardinal-Operations / ORLM

ORLM: Training Large Language Models for Optimization Modeling
https://arxiv.org/abs/2405.17743
Apache License 2.0
79 stars 12 forks source link

dependency error in requirements.txt #4

Closed ICrimsonCodes closed 1 week ago

ICrimsonCodes commented 2 weeks ago

running google collab running pip install -r requirements.txt I'm getting following error ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. gcsfs 2024.10.0 requires fsspec==2024.10.0, but you have fsspec 2024.9.0 which is incompatible. google-colab 1.0.0 requires ipykernel==5.5.6, but you have ipykernel 6.29.5 which is incompatible. notebook 6.5.5 requires jupyter-client<8,>=5.3.4, but you have jupyter-client 8.6.3 which is incompatible. torchaudio 2.5.0+cu121 requires torch==2.5.0, but you have torch 2.1.2 which is incompatible. torchvision 0.20.0+cu121 requires torch==2.5.0, but you have torch 2.1.2 which is incompatible. I have tried creating separate environments but it keeps getting dependency error.

tangzhy commented 2 weeks ago

Our Python environment primarily requires vllm, torch, and transformers.

If you encounter any environment issues, please direct install vllm and transformers that is compatible with your CUDA driver in a clean python 3.10 environment. This should automatically download the appropriate torch as well.

ICrimsonCodes commented 1 week ago

Hi sorry for the late reply I tried that but I'm getting conflicts for different libraries i can share the screenshots or notebook if you can address it

On Thu, Nov 14, 2024, 9:45 AM tangzhy @.***> wrote:

Closed #4 https://github.com/Cardinal-Operations/ORLM/issues/4 as completed.

— Reply to this email directly, view it on GitHub https://github.com/Cardinal-Operations/ORLM/issues/4#event-15292810355, or unsubscribe https://github.com/notifications/unsubscribe-auth/AX4NMX5Q42NE5P2PYBO6I5L2AQTFBAVCNFSM6AAAAABRMDTUK2VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJVGI4TEOBRGAZTKNI . You are receiving this because you authored the thread.Message ID: @.***>