Skip to content

Remove refinery-config #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ It is designed for the smallest services, which are part of refinery and need on
Services:

- refinery-authorizer
- refinery-config
- refinery-doc-ock
- refinery-gateway-proxy
- platform-monitoring

### common

Expand All @@ -26,9 +23,6 @@ It contains all requirements contained in the mini image and also the most commo
- refinery-tokenizer
- refinery-updater
- refinery-weak-supervisor
- refinery-commercial-proxy
- gates-gateway
- chat-gateway

### exec-env

Expand All @@ -40,7 +34,6 @@ Services:
- refinery-ac-exec-env
- refinery-lf-exec-env
- refinery-record-ide-env
- chat-exec-env

### torch-cpu

Expand All @@ -50,7 +43,6 @@ Services:

- refinery-embedder
- refinery-ml-exec-env
- refinery-zero-shot

### torch-cuda

Expand All @@ -64,6 +56,4 @@ The next parent image is used for ui services based on NextJS and use Node 18.

Services:

- gates-ui
- admin-dashboard
- chat-ui
2 changes: 1 addition & 1 deletion helpers/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

MINI = [
"refinery-authorizer",
"refinery-config",
# "refinery-config",
# "refinery-doc-ock",
"refinery-gateway-proxy",
# "platform-monitoring",
Expand Down