Anton Mosin

Results 2 comments of Anton Mosin

Hi @CarMoreno I'm just working through the chapter, let me test my thinking. Based on pp.711-712, the program is not stuck in the infinite loop because: 1. The execution of...

This package not only converts the model to onnx format, but also instantiates it to run inference. To run inference, you need the [tokenizer](https://github.com/davidberenstein1957/fast-sentence-transformers/blob/main/fast_sentence_transformers/FastSentenceTransformer.py#L189), which is expected in the `cache_folder`....