Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update env.yml
Browse files
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 |
-
|
37 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|