- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2024 09:01 AM - edited 12-30-2024 09:08 AM
Thanks for sharing the details so far! To help construct the correct resource path and resolve the issue, could you provide a bit more information?
-
Model Details:
- What is the exact model name and version you’re trying to deploy?
- Is the model registered under Unity Catalog or the workspace's default model registry?
-
Cluster/Endpoint Setup:
- Are you using a specific cluster mode (e.g., serverless, shared, or single-user)?
- Is the
llm_endpoint(databricks-meta-llama-3-3-70b-instruct) accessible and correctly set up for your workspace?
-
Error Message Context:
- Can you confirm where the deployment is failing (e.g., during
agents.deployor a related step)? - Share the full error message (or stack trace) if possible, as it can provide more insight.
- Can you confirm where the deployment is failing (e.g., during
-
Config File Alignment:
- Does the
config.ymlalign with the actual model location in the registry? For example, ismain.egg_shop.*referencing the correct schema forviable_test.default.egg_chat?
- Does the
Ultimately, what is the version of this test code with values if it can be shared, to help us diagnose this problem. If the uc_functions parameter (main.egg_shop.*) relates to Unity Catalog, ensure the model's schema (viable_test.default) matches the catalog/schema setup. Also, check you have the necessary permissions to access the model (GRANT USE on Catalog / GRANT SELECT ON Model).