Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

pip install command does not work as expected #88

@Billijk

Description

@Billijk

In the readme file, the following command is provided to install required dependencies.
pip install flask flask_api gunicorn pydantic accelerate huggingface_hub>=0.9.0 deepspeed>=0.7.3 deepspeed-mii==0.0.2

But when executing this command in shell, the > symbol will be regarded as redirecting operator, which create two files =0.9.0 and =0.7.3, and ignore part of the version constraint.

Maybe change to this:
pip install -i https://mirrors.tencent.com/pypi/simple/ flask flask_api gunicorn pydantic accelerate "huggingface_hub>=0.9.0" "deepspeed>=0.7.3" deepspeed-mii==0.0.2

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