Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/docker/hpu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ RUN if [ "$REPO_PATH" == "" ]; then rm -rf /genaieval/* && rm -rf /genaieval/.*
# Build From Source
RUN pip install --upgrade pip setuptools==69.5.1
RUN cd /genaieval && \
pip install -r requirements.txt && \
pip install -r requirements_hpu.txt && \
python setup.py install && \
pip install --upgrade-strategy eager optimum[habana] && \
pip list

WORKDIR /genaieval/
23 changes: 23 additions & 0 deletions requirements_hpu.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
bigcode-eval@git+https://github.com/bigcode-project/bigcode-evaluation-harness.git
click
deepdiff
deepeval==1.4.0
docker
evaluate
flask
jieba
kubernetes
langchain_community
langchain_huggingface
lm-eval==0.4.3
locust
numpy < 2.0
optimum-habana
prometheus_client
pytest
pyyaml
ragas==v0.1.19
requests
rouge_score
sseclient-py
transformers