My beginnings with Stable Diffusion in Python made me to test different models. I test models from HuggingFace, and recently from Civitai. Models are pretrained or in form of LORAs, the last…
Experience the Power of Parallel Concurrency and Multiple Model Support in Ollama 0.2: A Leap Forward for AI Efficiency
The latest version of Ollama, version 0.2, has been released! This update brings a significant enhancement to the platform – concurrency is now enabled by default. Unveiling Two Major Features: Parallel Requests…
Testing the Polish Language Model Bielik: A Detailed Examination
In my recent work, I had the opportunity to test a Polish language model known as Bielik. This model, developed specifically for processing the Polish language, promises significant advancements in natural language…
Recommended reading – 2023-11-24
Virtual Threads in Spring Boot “Virtual Threads in Spring Boot are lightweight and that are managed by the Java Virtual Machine rather than the operating system. Virtual threads aim to simplify concurrent…
Recommended reading – 2023-11-07
Node.js Express Cluster vs Spring Boot: Hello World performance “Node.js Express Cluster vs Spring Boot: Hello World performance. Spring Boot using virtual threads consumes twice as much time as the Express cluster….
Recommended reading – 2023-11-02
Evaluation Driven Development, the Swiss Army Knife for RAG Pipelines “Evaluation Driven Development (EDD) is the Swiss army knife for your RAG pipelines. LlamaIndex offers a comprehensive list of options in its…
Postfix config
Few links helpful to configure postfix on vps server: https://www.hostinger.com/tutorials/how-to-install-and-setup-mail-server-on-ubuntu/ – starting point https://www.dmarcanalyzer.com/spf/how-to-create-an-spf-txt-record/ – missing part to not land in SPAM https://bobcares.com/blog/postfix-encrypt-email/ – missing default encryption (security level) missing DKIM still…
Keycloak on M1 / Tutorials
On M1 the solution for Docker image is to build own one – here is description: https://github.com/docker/for-mac/issues/5310#issuecomment-877653653 Some tutorials:https://www.youtube.com/watch?v=RhvuS1NO76o (in Polish)
Spring Native + GrallVM + …
Yesterday I tried to test a bit Spring Native with GrallVM and JPA, after half a day of trying I had to give up, but it’s not the end of the story….
Amazon SES troubleshooting?
Even if we did everything as in Amazon docs, we may get this problem: An error occurred (SignatureDoesNotMatch) when calling the SendRawEmail operation: The request signature we calculated does not match the…