Skip to content

Conversation

@gueniai
Copy link
Collaborator

@gueniai gueniai commented Feb 21, 2025

  • Let make_serving_endpoint reference a valid model version (#106). The make_serving_endpoint fixture in the project has been updated to resolve issues related to the absence of a model version in models created by the make_model fixture. The updated fixture now includes a fallback to a UC model version and accepts optional arguments for specifying the endpoint name, model name, and model version. The default model version is set to '1', and the default model name is set to the system model system.ai.llama_v3_2_1b_instruct. The fixture has also been equipped with a create method for creating a Databricks Serving Endpoint with a valid model version, and a remove method for deleting the serving endpoint based on its name. These changes aim to simplify testing of Databricks Serving Endpoints by providing a convenient way to create and clean up endpoints in a test environment. The associated documentation has been updated to reflect these changes.

* Let `make_serving_endpoint` reference a valid model version ([#106](#106)). The `make_serving_endpoint` fixture in the project has been updated to resolve issues related to the absence of a model version in models created by the `make_model` fixture. The updated fixture now includes a fallback to a UC model version and accepts optional arguments for specifying the endpoint name, model name, and model version. The default model version is set to '1', and the default model name is set to the system model `system.ai.llama_v3_2_1b_instruct`. The fixture has also been equipped with a `create` method for creating a Databricks Serving Endpoint with a valid model version, and a `remove` method for deleting the serving endpoint based on its name. These changes aim to simplify testing of Databricks Serving Endpoints by providing a convenient way to create and clean up endpoints in a test environment. The associated documentation has been updated to reflect these changes.
@gueniai gueniai requested a review from nfx as a code owner February 21, 2025 18:50
@github-actions
Copy link

✅ 41/41 passed, 5 skipped, 6m41s total

Running from acceptance #191

@gueniai gueniai closed this Feb 21, 2025
@gueniai gueniai deleted the prepare/0.7.0 branch February 21, 2025 19:01
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