- 2911 Views
- 0 replies
- 0 kudos
Hello!I'm having an issue registering a model saved in a mounted S3 bucket using mlflow.Let me give a little bit more context:1. First I mounted my S3 with all the corresponding IAM permissions:s3_bucket_name = f"s3a://{s3_bucket}"dbutils.fs.mount(so...
- 2911 Views
- 0 replies
- 0 kudos
- 4941 Views
- 3 replies
- 0 kudos
Resolved!
Llm
Are LLMs really ready for production deployment?
- 4941 Views
- 3 replies
- 0 kudos
Latest Reply
You should be careful while putting them to production without guardrails, perhaps using Mosaic AI gateway announced today that would aggregate these functionalities, it should be something to start. These are not the only things you should worry abo...
2 More Replies
- 8034 Views
- 4 replies
- 4 kudos
I'm testing the Databricks Jobs feature with a dbt task and wanted to know if you had any advice for me for managing dbt documentation.I can use "dbt run" commands to run my models then "dbt docs generate" to generate the documentation. But is it pos...
- 8034 Views
- 4 replies
- 4 kudos
Latest Reply
How can I access these target files from the task itself ? I am trying to use dbt's state modifiers for detecting models that changed and only running models when the source freshness changed. Is there an easy way to store and use these state files i...
3 More Replies
- 2154 Views
- 1 replies
- 1 kudos
What's the best option to store your trained ML models
- 2154 Views
- 1 replies
- 1 kudos
Latest Reply
Depending on how many you have, different solutions may be appropriate - and conveniently, you can use MLflow as a front end for most of these if you're working in Python. If you're working on personal projects, a local MLflow instance might be the r...