Skip to content

Commit

Permalink
fix conda environment
Browse files Browse the repository at this point in the history
Signed-off-by: Vibhu Jawa <vibhujawa@gmail.com>
  • Loading branch information
VibhuJawa committed Oct 3, 2024
1 parent a57366a commit ae7dd72
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 ae7dd72

Please sign in to comment.