David Kyle

Results 43 comments of David Kyle
trafficstars

I looked into this again and there is another issue that prevents this model being used in Elasticsearch. Elasticsearch uses the `libtorch` C++ library to run the NLP models. The...

The general problem of importing a model without a vocabulary file is tracked in #721. Closing this issue as there are other problems with this specific model (osiria/minilm-l12-h384-italian-cased) which means...

Elasticsearch 8.15.2 has the PyTorch upgrade which fixes the crash. See https://github.com/elastic/ml-cpp/pull/2705 Closed this issue as fixed in 8.15.2, please upgrade to the latest version.

Thanks for making this change @szabosteve this is so much easier to read

Now that https://github.com/elastic/elasticsearch/pull/110240 is merged so can this PR

@rohankshah04 do you have an example model and Python snippet you are using to load the mode? Thanks

The changes made in #128742 are behind are feature flag which is not enabled in release tests, hence these tests are seeing different values.

Thanks @weizijun, I've assigned to @szabosteve who writes the docs