Skip to content

Commit

Permalink
Merge branch 'rapidsai:main' into fix_torch_logging
Browse files Browse the repository at this point in the history
  • Loading branch information
VibhuJawa authored Oct 9, 2024
2 parents efbc828 + ba49e35 commit 1ba728e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conda/environments/cuda_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ dependencies:
- pytest
- pytest-benchmark
- pytest-cov>=2
- pytorch>=2.0
- pytorch>=2.0=*cuda*
- tiktoken
- transformers
- tokenizers
- torchvision
- scikit-learn>=0.23.1
- scipy
- setuptools>=61.0.0
- sentencepiece
- sentence-transformers
- pip:
- pytrec-eval
1 change: 1 addition & 0 deletions requirements/cuda12x.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ curated-transformers>=1.0
bitsandbytes>=0.30
sentence-transformers>=2.0
sentencepiece
tiktoken

0 comments on commit 1ba728e

Please sign in to comment.