Skip to content
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

Cleanup orchestrator proto #112

Merged
merged 2 commits into from
Jul 16, 2024
Merged

Cleanup orchestrator proto #112

merged 2 commits into from
Jul 16, 2024

Conversation

JoeZijunZhou
Copy link
Collaborator

  • Removed unused fields in orchestrator proto
  • Update all files according to the proto cleanup

@JoeZijunZhou JoeZijunZhou requested a review from vipannalla as a code owner July 15, 2024 19:05
@@ -26,9 +26,6 @@ service Orchestrator {
}

message DecodeRequest {
// Where to load any pre-existing kv cache from.
string session_cache = 1;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In future, we will have prefill cache logic. Is this filed related with prefill cache?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is for history cache originally. We could add prefill cache fields when we implement it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good!

@JoeZijunZhou JoeZijunZhou requested a review from FanhaiLu1 July 16, 2024 21:22
Copy link
Contributor

@FanhaiLu1 FanhaiLu1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@FanhaiLu1 FanhaiLu1 merged commit 46c152f into main Jul 16, 2024
3 checks passed
@FanhaiLu1 FanhaiLu1 deleted the zijun/cleanup-proto branch July 16, 2024 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants