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

Expose cmdline option to set repo agent directory. Fix repo agent invoke order. Fix test #2511

Merged
merged 7 commits into from
Feb 12, 2021

Conversation

GuanLuo
Copy link
Contributor

@GuanLuo GuanLuo commented Feb 11, 2021

No description provided.

switch (action_type) {
case TRITONREPOAGENT_ACTION_LOAD:
case TRITONREPOAGENT_ACTION_UNLOAD: {
for (size_t idx = 0; idx < agent_models_.size(); --idx) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be ++idx right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry, typo..

@@ -272,6 +275,7 @@ class TritonServerOptions {
std::map<int, uint64_t> cuda_memory_pool_size_;
double min_compute_capability_;
std::string backend_dir_;
std::string repoagent_dir_;
Copy link
Contributor

Choose a reason for hiding this comment

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

Initialize this to default value in the TritonServerOptions constructor

@deadeyegoodwin deadeyegoodwin merged commit 59d2acb into master Feb 12, 2021
@deadeyegoodwin deadeyegoodwin deleted the gluo-agent branch February 12, 2021 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants