Blogs

Search



  • Optimizing LLM Deployment on IBM Power10 with Ollama and Open WebUI Introduction Large language models (LLMs) have transformed natural language processing (NLP) applications, enabling capabilities ...

  • Run OLLAMA on AlmaLinux ppc64le (IBM Power)

    Blog Entry

    You need: a system with Linux. Mine is AlmaLinux 9.5 on IBM Power10. enough RAM if you want to test bigger LLMs enough space for LLMs Create a user for ollama: sudo useradd -r -s /bin/false ...

  • How to Run a LLM Model on IBM Power10 using llama.cpp

    Blog Entry

    This blog presents the steps required to run inferencing with llama.cpp on IBM Power10 systems using a Large Language Model. llama.cpp is a C/C++ library that efficiently processes the GGML formatted ...

  • Run vLLM on ppc64le Architecture

    Blog Entry

    Introduction Large Language Models (LLMs) are revolutionizing various fields, and vLLM emerges as a powerful library for LLM inference and serving. Great news for users with ppc64le hardware! Recent ...

  • How to Run InstructLab Bare-Metal on IBM Power10

    Blog Entry

    This blog outlines the process for building and running InstructLab on IBM Power10 systems. Note that this tutorial focuses on building ilab on bare metal. See Marvin Gießing's blog for instructions ...

  • InstructLab on IBM Power10 Servers

    Blog Entry

    InstructLab on IBM Power Servers Introduction InstructLab, an open-source project developed by IBM and Red Hat, enhances large language models (LLMs) for generative AI applications. It offers a cost-effective ...