-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fix build instructions in README.md #61
Conversation
To contribute to this library, first create a conda environment with the necessary dependencies: | ||
``` | ||
cd crossfit | ||
mamba env create -f conda/environments/cuda_dev.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When trying to create the environment I'm getting the following error:
(base) syurick@ipp1-3303:~/scratch/crossfit$ mamba env create -f conda/environments/cuda_dev.yaml
conda-forge/linux-64 Using cache
conda-forge/noarch Using cache
nvidia/linux-64 Using cache
nvidia/noarch Using cache
pkgs/r/linux-64 No change
pkgs/main/linux-64 No change
pkgs/main/noarch No change
pkgs/r/noarch No change
rapidsai/linux-64 No change
rapidsai/noarch No change
Looking for: ['bandit', 'black', 'cuda-version=12.0', "cudf[version='>=24.4']", "cuml[version='>=24.4']", "cupy[version='>=12.0.0']", 'dev', "dask-cuda[version='>=24.4']", "dask-cudf[version='>=24.4']", 'flake8', 'isort', 'pip', "pylibraft[version='>=24.4']", 'pytest', 'pytest-benchmark', "pytest-cov[version='>=2']", "pytorch[version='>=2.0']", 'transformers', 'tokenizers', 'torchvision', "scikit-learn[version='>=0.23.1']", 'scipy', "setuptools[version='>=61.0.0']", 'sentence-transformers', 'pip==-=pytrec_eval']
Encountered problems while solving:
- nothing provides requested dev
- nothing provides requested pip ==- pytrec_eval
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be resolved now: 18fe8b2, tested it locally
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, works now!
Signed-off-by: Vibhu Jawa <vibhujawa@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
To contribute to this library, first create a conda environment with the necessary dependencies: | ||
``` | ||
cd crossfit | ||
mamba env create -f conda/environments/cuda_dev.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, works now!
No description provided.