Yaron Koresh commited on
Commit
591994a
·
verified ·
1 Parent(s): 4f6c5c8

Update env.yml

Browse files
Files changed (1) hide show
  1. env.yml +14 -2
env.yml CHANGED
@@ -4,6 +4,7 @@ channels:
4
  - defaults
5
  dependencies:
6
  - python
 
7
  - pip:
8
  - datasets
9
  - huggingface-hub
@@ -33,5 +34,16 @@ dependencies:
33
  - dill
34
  - pox
35
  - pathos
36
- - "jax[cuda_local] jaxlib[cuda_local] --extra-index-url https://storage.googleapis.com/jax-releases/jax_cuda_releases.html"
37
- - "torch torchaudio torchvision triton xformers --extra-index-url https://download.pytorch.org/whl/cu121"
 
 
 
 
 
 
 
 
 
 
 
 
4
  - defaults
5
  dependencies:
6
  - python
7
+ - pip
8
  - pip:
9
  - datasets
10
  - huggingface-hub
 
34
  - dill
35
  - pox
36
  - pathos
37
+ - pip:
38
+ - '--index-url=https://storage.googleapis.com/jax-releases/jax_cuda_releases.html'
39
+ - jax[cuda_local]
40
+ - pip:
41
+ - '--index-url=https://storage.googleapis.com/jax-releases/jax_cuda_releases.html'
42
+ - jaxlib[cuda_local]
43
+ - pip:
44
+ - '--index-url=https://download.pytorch.org/whl/cu121'
45
+ - torch
46
+ - torchaudio
47
+ - torchvision
48
+ - triton
49
+ - xformers