Skip to content

Commit

Permalink
drop cudf 23.12 and use nemo contianer
Browse files Browse the repository at this point in the history
  • Loading branch information
edknv committed Jan 15, 2024
1 parent 130ac37 commit 324a64d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion crossfit/op/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __call__(self, data, *args, partition_info=None, **kwargs):
self.teardown()
return output

# self.setup()
self.setup()

if self.pre is not None:
params = inspect.signature(self.pre).parameters
Expand Down
3 changes: 1 addition & 2 deletions docker/ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
FROM nvcr.io/nvidia/pytorch:23.10-py3
FROM nvcr.io/nvidia/nemo:23.10

COPY . /tmp/crossfit/
RUN cd /tmp/crossfit && \
python3 -m pip install .[pytorch-dev] && \
python3 -m pip install -r requirements/gpu.txt --no-cache-dir --extra-index-url https://pypi.nvidia.com && \
python3 -m pip install beir && \
rm -r /tmp/crossfit

Expand Down
3 changes: 0 additions & 3 deletions requirements/gpu.txt

This file was deleted.

0 comments on commit 324a64d

Please sign in to comment.