We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86fb7bf commit b47e4c9Copy full SHA for b47e4c9
environment.yml
@@ -0,0 +1,27 @@
1
+name: plapt
2
+channels:
3
+ - conda-forge
4
+ - pytorch
5
+ - huggingface
6
+ - defaults
7
+dependencies:
8
+ - python=3.11
9
+ - pip
10
+ - pytorch>=1.13.1
11
+ - transformers
12
+ - pandas
13
+ - scipy
14
+ - numpy>=1.17
15
+ - biopython
16
+ - rdkit>=2023.9.4
17
+ - scikit-learn
18
+ - requests
19
+ - tqdm
20
+ - pillow
21
+ - pip:
22
+ - onnxruntime
23
+ - diskcache
24
+ - datasets
25
+ - evaluate
26
+ - huggingface-hub
27
+ - accelerate
0 commit comments