Skip to content

Commit

Permalink
Updated cuda version, added jaxtyping and python widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
mkranzlein committed Feb 18, 2024
1 parent f467138 commit f48583e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ channels:
- nvidia # For pytorch's GPU dependencies
dependencies:
- huggingface::transformers
- jaxtyping
- ipywidgets
- jsonlines
- jupyterlab
- networkx
- numpy
Expand All @@ -13,8 +14,10 @@ dependencies:
- pytest
- pytest-cov
- pytorch::pytorch
- pytorch::pytorch-cuda=11.7
- pytorch::pytorch-cuda=12.1
- scikit-learn
- tqdm
- pip:
- jaxtyping
- torcheval
- typeguard

0 comments on commit f48583e

Please sign in to comment.