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
Hello,
I am trying to play around with snowflake’s artic llm in google co-lab and using Hugging face version. I tried following the instructions on snowflake-artic github and got the errors mentioned below:
!pip install git+git://github.com/Snowflake-Labs/vllm@artic - threw error saying [git clone --filter=blob:none --quiet git://github.com/Snowflake-Labs/vllm.git /tmp/pip-req-build-07so961n did not run successfully.]
Finally I removed the branch option !pip install git+https://github.com/Snowflake-Labs/vllm, starts to clone and towards the end throws the error:
_Building wheels for collected packages: vllm
error: subprocess-exited-with-error
× Building wheel for vllm (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Building wheel for vllm (pyproject.toml) … error
ERROR: Failed building wheel for vllm
Failed to build vllm
ERROR: Could not build wheels for vllm, which is required to install pyproject.toml-based projects_
I am referring to an incorrect branch ? could someone help me here pls?
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to play around with snowflake’s artic llm in google co-lab and using Hugging face version. I tried following the instructions on snowflake-artic github and got the errors mentioned below:
_Building wheels for collected packages: vllm
error: subprocess-exited-with-error
× Building wheel for vllm (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Building wheel for vllm (pyproject.toml) … error
ERROR: Failed building wheel for vllm
Failed to build vllm
ERROR: Could not build wheels for vllm, which is required to install pyproject.toml-based projects_
I am referring to an incorrect branch ? could someone help me here pls?
The text was updated successfully, but these errors were encountered: