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

Add to onboarding reproduction logs #1963

Merged
merged 1 commit into from
Aug 22, 2024
Merged

Conversation

natek-1
Copy link
Contributor

@natek-1 natek-1 commented Aug 20, 2024

Successfully reproduced results for the following: experiments-msmarco-passage, experiments-nfcorpus, conceptual-framework and conceptual-framework2. As per onboarding path.

Reproduction Environment:
M1 Pro Macbook Pro
Java Version: 21.0.3
Maven Version: 3.9.9
Python version: 3.10.14

Following instructions to create python environment on macOS using Conda. Had Issues at the following command:

conda install -c conda-forge lightgbm nmslib -y

had to replace with the following

conda install -c conda-forge lightgbm -y
conda install anaconda::nmslib -y

everything else worked great

@lintool lintool mentioned this pull request Aug 22, 2024
@lintool
Copy link
Member

lintool commented Aug 22, 2024

hey @natek-1 can you take a look at #1966 ?

@lintool lintool merged commit 5b430b1 into castorini:master Aug 22, 2024
@natek-1
Copy link
Contributor Author

natek-1 commented Aug 23, 2024

Hey @lintool, it seems to adequately fixed the issue I faced.

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