Skip to content

Commit 2dbd05c

Browse files
authored
Update config.json
Removed coref_bart and coref_spacy
1 parent 9d0c257 commit 2dbd05c

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

config.json

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -50,28 +50,8 @@
5050
"nginx": [],
5151
"constraints": ["node.labels.node_vm_type==gpu"],
5252
"build": false
53-
},
53+
},
5454
{
55-
"serviceName": "coref_spacy",
56-
"modelBasePath": "src/coref/spacy/local/.",
57-
"apiBasePath": "/coref/spacy/local",
58-
"containerPort": 8000,
59-
"environment": {},
60-
"nginx": [],
61-
"constraints": ["node.labels.node_vm_type==gpu"],
62-
"build": false
63-
},
64-
{
65-
"serviceName": "coref_bart",
66-
"modelBasePath": "src/coref/bart/local/.",
67-
"apiBasePath": "/coref/bart/local",
68-
"containerPort": 8000,
69-
"environment": {},
70-
"nginx": [],
71-
"constraints": ["node.labels.node_vm_type==gpu"],
72-
"build": false
73-
},
74-
{
7555
"serviceName": "text_translation_azure",
7656
"modelBasePath": "src/text_translation/azure/remote/.",
7757
"apiBasePath": "/text_translation/azure/remote",

0 commit comments

Comments
 (0)