Rasa 3.x 学习系列- Rasa - Issues 4917 Support S3 namespaces when retrieving models from buckets

Rasa 3.x 学习系列- Rasa - Issues 4917 Support S3 namespaces when retrieving models from buckets

Issues 4917

当从S3加载模型时,命名空间(bucket中的文件夹)能加载。以前,这将导致加载模型时出现报错。

Issues 4917 修复

rasa/nlu/persistor.py

class Persistor(abc.ABC):
    """Store models in cloud and fetch them when needed."""

    def persist(self, model_directory: Text

猜你喜欢

转载自blog.csdn.net/duan_zhihua/article/details/126497783