You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix launch CLI bug in launch endpoints delete causing the command to fail with a TypeError (#165)
* modify launch.cli.delete_endpoint to pass endpoint_name directly into client.delete_model_endpoint rather than within a ModelEndpoint object * remove unused ModelEndpoint import
0 commit comments