pavm595 commited on
Commit
6a06b6c
·
verified ·
1 Parent(s): 9ba0885

Upload environment.yml

Browse files
Files changed (1) hide show
  1. environment.yml +21 -0
environment.yml ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: prottrans
2
+ channels:
3
+ - conda-forge
4
+ - defaults
5
+ dependencies:
6
+ - python=3.11
7
+ - pip
8
+ - pip:
9
+ - torch==2.9.0
10
+ - transformers==4.57.1
11
+ - sentencepiece==0.2.1
12
+ - hf_xet==1.2.0
13
+ - protobuf==6.33.0
14
+ - ipykernel==7.1.0
15
+ - onnxruntime-tools==1.7.0
16
+ - onnxruntime-gpu==1.23.2
17
+ - biopython==1.86
18
+ - bertviz==1.4.1
19
+ - h5py==3.15.1
20
+ - tensorflow==2.20.0
21
+ - tf-keras==2.20.1