You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys I'm really new to this and trying to use sglang for improved workflow in daily work. I'm doing inference on the qwen 2.5 1.5b model with 4060ti and it works really well, reducing my inference speed on small tasks which normally took 5-7 seconds to around 1.5. However, i noticed when i installed sglang i got this 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.
autoawq-kernels 0.0.7 requires torch==2.3.1, but you have torch 2.4.0 which is incompatible.
autoawq 0.2.6 requires torch==2.3.1, but you have torch 2.4.0 which is incompatible.
is this something i should be worried about? i saw that the official documentation had torch 2.4.0 in it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey guys I'm really new to this and trying to use sglang for improved workflow in daily work. I'm doing inference on the qwen 2.5 1.5b model with 4060ti and it works really well, reducing my inference speed on small tasks which normally took 5-7 seconds to around 1.5. However, i noticed when i installed sglang i got this 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.
autoawq-kernels 0.0.7 requires torch==2.3.1, but you have torch 2.4.0 which is incompatible.
autoawq 0.2.6 requires torch==2.3.1, but you have torch 2.4.0 which is incompatible.
is this something i should be worried about? i saw that the official documentation had torch 2.4.0 in it.
Beta Was this translation helpful? Give feedback.
All reactions