A Simple Way to Serve ONNX Models with KServe on macOS and Kind
Running ONNX models with KServe on macOS—especially ARM64—can be tricky without GPU support from runtimes like NVIDIA Triton. I created a simple demo to make it work.
Running ONNX models with KServe on macOS—especially ARM64—can be tricky without GPU support from runtimes like NVIDIA Triton. I created a simple demo to make it work.
WireMock is a powerful open source tool for testing and mocking HTTP services. It allows you to simulate different responses to HTTP requests and provides an easy-to-use API for verifying that certain requests have been made. One of the most common use cases for WireMock… Read More »Verifying the Presence of a Property/Value Pair in a Request Body using WireMock and Java
If you are new to Serverless Workflow or serverless in general, creating a simple application for a serverless infrastructure is a good place to start. In this article I wrote for the KIE blog, you will run through the steps to create your first serverless… Read More »Creating your first cloud-agnostic serverless application with Java
Workflows are great for orchestrating services, functions or events. They provide out-of-the-box features to make your applications resilient, reliable, and simple. But currently, each cloud vendor has its workflow solution. AWS has Step Functions, Google has Google Workflows, Microsoft has Azure Durable functions, and so… Read More »Getting Started with Service Calls and Serverless Workflow