Skip to content

Commit

Permalink
Rename lm-eval folder to utils/lm-eval (#179)
Browse files Browse the repository at this point in the history
Signed-off-by: changwangss <[email protected]>
  • Loading branch information
changwangss authored Jun 14, 2024
1 parent da2689d commit 8ebe2bf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \

RUN git clone --single-branch --branch=${BRANCH} ${REPO_COMPS} /home/user/GenAIComps/ && \
cd /home/user/GenAIComps/ && python3 setup.py install && \
pip install --no-cache-dir -r /home/user/GenAIComps/comps/llms/lm-eval/requirements.txt
pip install --no-cache-dir -r /home/user/GenAIComps/comps/llms/utils/lm-eval/requirements.txt

WORKDIR /home/user/GenAIComps/comps/llms/lm-eval/
WORKDIR /home/user/GenAIComps/comps/llms/utils/lm-eval/

ENTRYPOINT ["python3", "self_hosted_hf.py"]
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8ebe2bf

Please sign in to comment.