Skip to content

Commit

Permalink
Fix Dockerfile.eval: huggingface-cli doesn't exist (#1805)
Browse files Browse the repository at this point in the history
https://huggingface.co/docs/huggingface_hub/main/en/guides/cli

Co-authored-by: Arjun Suresh <arjunsuresh1987@gmail.com>
Co-authored-by: Miro <mirhodak@amd.com>
  • Loading branch information
3 people authored Nov 26, 2024
1 parent 35c7e1f commit d28a530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/mixtral-8x7b/Dockerfile.eval
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN pip --version
RUN git --version

# Install requirements
RUN pip install transformers nltk==3.8.1 evaluate==0.4.0 absl-py==1.4.0 rouge-score==0.1.2 sentencepiece==0.1.99 accelerate==0.21.0 huggingface-cli
RUN pip install transformers nltk==3.8.1 evaluate==0.4.0 absl-py==1.4.0 rouge-score==0.1.2 sentencepiece==0.1.99 accelerate==0.21.0 huggingface_hub[cli]

# Clone and install mxeval
RUN git clone https://github.com/amazon-science/mxeval.git
Expand Down

0 comments on commit d28a530

Please sign in to comment.