The model management is at CLI but not API Server #1386
vansangpfiev
started this conversation in
Team Discussions
Replies: 1 comment 2 replies
-
@vansangpfiev Will this be similar to Docker?
Will there be any impact on our packaging and installer, if we move to two binaries? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, CLI and API Server can directly access model data, which means we support APIs Server for model management, but CLI only uses some of them. Should CLI only use underlying APIs?
IMO, we are building only 1 execution for both CLI and Server. Therefore, it makes sense when we use CLI without calling APIs. If CLI only uses underlying APIs, should we build 2 executable binaries, each for CLI and Server?
More context:
https://discordapp.com/channels/1107178041848909847/1204617960615055401/1290548201186660362
cc: @dan-homebrew @louis-jan @namchuai @nguyenhoangthuan99
Beta Was this translation helpful? Give feedback.
All reactions