Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency conflicts #44

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Dependency conflicts #44

wants to merge 5 commits into from

Conversation

penfever
Copy link

Suggesting a few small changes (these were necessary to install in my environment)

@sedrick-keh-tri
Copy link
Collaborator

Thanks for raising this! I'm curious what is the error message you're seeing.

For reference, I'm able to run evalchemy on a fresh install with a Dockerfile like this (simplified for clarity).

ENV PATH="/opt/ml/code:${PATH}"
ENV PYTHONPATH="/opt/ml/code/eval:${PYTHONPATH}"

RUN git clone https://github.com/mlfoundations/evalchemy.git /opt/ml/code/evalchemy/
RUN cp -r /opt/ml/code/evalchemy/* /opt/ml/code/
WORKDIR /opt/ml/code
RUN pip install -e ".[eval]"
RUN pip install -e eval/chat_benchmarks/alpaca_eval
RUN python -m nltk.downloader punkt
RUN python -m nltk.downloader punkt_tab

@penfever
Copy link
Author

penfever commented Dec 20, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants