Utkarsh Goel

Results 4 issues of Utkarsh Goel

# Use Case I wanted to annotate data, but I wanted a dropdown instead of a text area. I observed that it was not possible to change the text area...

To delete, I do the following: ```python def delete_model(name): clipper_conn = ClipperConnection(DockerContainerManager()) clipper_conn.connect() clipper_conn.unlink_model_from_app("sample-app", "sample1") clipper_conn.stop_models(["sample1"]) clipper_conn.unregister_application("sample-app") ``` To register and deploy: ```python clipper_conn.register_application( name="sample-app", input_type="integers", default_output="-1.0", slo_micros=10000000) clipper_conn =...

In this PR, I am introducing Deploifai. Please could you add it to the list? ## Preview Thanks a lot!

@pheiduck Re-submitting a PR with all the changes for adding CIDR block support (Related to #888). Still hoping to reproduce #965, but I noticed that every time wg-easy starts, config...

enhancement