Update demo/config.yaml
Browse files- demo/config.yaml +15 -13
demo/config.yaml
CHANGED
@@ -1,14 +1,16 @@
|
|
1 |
-
model_dir: /data/ProTrek_650M_UniRef50
|
2 |
-
faiss_config:
|
3 |
-
IO_FLAG_MMAP: True
|
4 |
-
sequence_index_dir:
|
5 |
-
- name: Swiss-Prot
|
6 |
-
index_dir: /data/ProTrek-faiss-index/ProTrek_650M_UniRef50/Swiss-Prot/sequence
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
14 |
index_dir: /data/ProTrek-faiss-index/ProTrek_650M_UniRef50/Swiss-Prot/text
|
|
|
1 |
+
model_dir: /data/ProTrek_650M_UniRef50
|
2 |
+
faiss_config:
|
3 |
+
IO_FLAG_MMAP: True
|
4 |
+
sequence_index_dir:
|
5 |
+
- name: Swiss-Prot
|
6 |
+
index_dir: /data/ProTrek-faiss-index/ProTrek_650M_UniRef50/Swiss-Prot/sequence
|
7 |
+
- name: UniRef50
|
8 |
+
index_dir: /data/ProTrek-faiss-index/ProTrek_650M_UniRef50/UniRef50/sequence
|
9 |
+
|
10 |
+
structure_index_dir:
|
11 |
+
- name: Swiss-Prot
|
12 |
+
index_dir: /data/ProTrek-faiss-index/ProTrek_650M_UniRef50/Swiss-Prot/structure
|
13 |
+
|
14 |
+
text_index_dir:
|
15 |
+
- name: Swiss-Prot
|
16 |
index_dir: /data/ProTrek-faiss-index/ProTrek_650M_UniRef50/Swiss-Prot/text
|