-
Notifications
You must be signed in to change notification settings - Fork 339
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
Update A_B.ipynb #161
base: dmarx.ab_notebook
Are you sure you want to change the base?
Update A_B.ipynb #161
Conversation
nbs/A_B.ipynb
Outdated
@@ -270,6 +261,7 @@ | |||
"# not a fan of this name. maybe call this section \"experiments\"?\n", | |||
"differentiators:\n", | |||
" test_case_A:\n", | |||
" host: grpc-staging.stability.ai:443\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pretty sure we don't want this endpoint to be the notebook default, since this notebook will be public and I'm pretty sure this endpoint isn't supposed to be. for cases where we want to test against this endpoint, we can distribute an appropriate config file that has it as a test case like this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I see. Very thoughtful. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
public notebook should only advertise the prod endpoint.
No staging - external use
Kudos, SonarCloud Quality Gate passed! |
Allow both staging ad production on different test cases. Unitize'grpc_host‘ and ’host‘