zlacker

[return to "PostgresML is 8-40x faster than Python HTTP microservices"]
1. habibu+Y5[view] [source] 2022-10-20 01:53:54
>>redbel+(OP)
Python is slow for ML. People will take time to realize it. The claim that most of the work is done in GPU -- covers only a small fraction of cases.

For example, in NLP a huge amount of pre and post processing of data is needed outside of the GPU.

◧◩
2. wdroz+bC[view] [source] 2022-10-20 08:05:04
>>habibu+Y5
In 2022, most people using NLP use transformers from huggingface. The tokenizer used is written in Rust and used transparently from Python.
[go to top]