Skip to content

Commit aefc233

Browse files
committed
Remove REFINERY from version overview
1 parent cf2037c commit aefc233

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

service_overview.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class Service(Enum):
1515
ML_EXEC_ENV = "ML_EXEC_ENV"
1616
MODEL_PROVIDER = "MODEL_PROVIDER"
1717
NEURAL_SEARCH = "NEURAL_SEARCH"
18-
REFINERY = "REFINERY"
1918
TOKENIZER = "TOKENIZER"
2019
UI = "UI"
2120
UPDATER = "UPDATER"
@@ -75,11 +74,6 @@ class Service(Enum):
7574
"link": "https://github.com/code-kern-ai/refinery-neural-search",
7675
"public_repo": True,
7776
},
78-
Service.REFINERY: {
79-
"name": "Refinery",
80-
"link": "https://github.com/code-kern-ai/refinery",
81-
"public_repo": True,
82-
},
8377
Service.TOKENIZER: {
8478
"name": "Tokenizer",
8579
"link": "https://github.com/code-kern-ai/refinery-tokenizer",

0 commit comments

Comments
 (0)