MLflow 2.13.1 是一个补丁版本,包含了一些错误修复和现有功能的集成改进。此补丁版本中引入的新功能旨在为下一版本中将发布的更重要的功能奠定基础。
特性
- [MLflow] 添加
mlflow[langchain]
额外依赖,用于安装推荐版本的 langchain 和 MLflow (#12182, @sunishsheth2009) - [跟踪] 添加在 Langchain 特性作为 Pyfunc 加载时覆盖 model_config 的能力 (#12085, @sunishsheth2009)
- [模型注册表] 自动检测 Unity Catalog 是否需要预签名 URL (#12177, @artjen)
错误修复
- [跟踪] 在 Databricks runtime 中使用
getUserLocalTempDir
和getUserNFSTempDir
替换getReplLocalTempDir
和getReplNFSTempDir
(#12105, @WeichenXu123) - [模型] 更新聊天模型以使用默认的 input_example,并在推理期间接受 JSON 输入进行预测 (#12115, @sunishsheth2009)
- [跟踪] 在 pyfunc 中推断签名时自动调用
load_context
(#12099, @sunishsheth2009)
有关完整的更改列表,请参阅发布更改日志,并在mlflow.org上查看最新文档。