Lx
  • TIL: Using `files-to-prompt` to Concatenate Files for LLMs

    Concatenate a directory full of files into a single prompt for use with LLMs

    March 13, 2025 - 1 minute read -
  • TIL: How to Handle SSL Verification Errors in Corporate Environments

    Handling SSL Verification Errors with Custom Certificates in Corporate Environments - ZScaler

    November 13, 2024 - 2 minute read -
  • TIL: Setting Up Snippets in Vim with UltiSnips and vim-snippets

    Exploring UltiSnips and vim-snippets

    October 9, 2024 - 3 minute read -
  • TIL: Exploring hf-llm.rs and Rust Learnings

    Exploring hf-llm.rs and Learning Rust Along the Way

    September 7, 2024 - 4 minute read -
  • Deploying vLLMs with Docker: A Guide to Fixing NVIDIA GPU Access

    A straightforward guide to resolving the 'unknown or invalid runtime name: nvidia' error for developers deploying VLLM using Docker.

    April 1, 2024 - 3 minute read -
  • TIL: Asyncio for API Requests - Batching vs. Semaphore

    This article describes the difference between manual batching vs Semaphore.

    January 19, 2024 - 5 minute read -
  • Introducing PEP 736: Shorthand syntax for keyword arguments at invocation

    This article describes PEP 736, which proposes the introductions of syntactic sugar `f(x=)` as a replacement for `f(x=x)`

    January 11, 2024 - 2 minute read -
  • llamafile: Run Llama LLM Locally

    This article describe how to run a LLM on your own computing using llamafile

    November 30, 2023 - 1 minute read -
  • AWS Endpoint: Multi-model vs Multi-container

    This article briefly explains the difference between multi-model and multi-container AWS endpoint deployment

    August 18, 2023 - 3 minute read -
  • Fix: Overcomming SSH Connectivity Issues with GitLab

    This article describes how to fix the issue of being unable to git clone from GitLab

    July 31, 2023 - 2 minute read -
  • Fix: Failure to Start Jupyter Lab Notebook

    This article describes how to fix the issue of being unable to start JupyterLab

    July 30, 2023 - 2 minute read -
  • Running Llama2.c Inference: A Step-by-Step Guide

    This article describe how to run inference on Llama2.c

    July 27, 2023 - 2 minute read -
  • TIL: Finetuning Llama-2 Model with Autotrain and Lit-GPT

    This article describe how to finetune the Llama-2 Model with two APIs

    July 22, 2023 - 3 minute read -
  • Run Code Completion LLM Locally

    This article describe how to run an offline AI Coding Assistant LLM on your CPU

    July 7, 2023 - 3 minute read -
  • TIL: Evaluator from Huggingface

    This article describe the usage of evaluator from Huggingface

    June 4, 2023 - 3 minute read -
  • TIL: Better F-string expression with python 3.12

    This article describe new updates of f-string on python3.12

    June 3, 2023 - 3 minute read -
  • DocQA: Chat with PDFs using LangChain and OpenAI

    This article demostrate the query result of DocQA using LangChain and OpenAI

    May 25, 2023 - 5 minute read -
  • My first reinforcement learning model on AWS

    This article demonstrates my experience of training a reinforcement learning (RL) model on AWS.

    May 24, 2023 - 3 minute read -
  • Table Extraction: Comparing Amazon Textract Service and Camelot

    This article demostrate the output difference between AWS Textract and Camelot

    May 23, 2023 - 3 minute read -
  • How to train spaCy text classifier for multiclass or multilabel problem

    This article describes the steps of training spaCy text classifiers.

    May 14, 2023 - 5 minute read -
  • TIL: vim-pydocstring

    This article introduce the vim plugin for auto generate python docstring.

    May 6, 2023 - 3 minute read -
  • ChatGPT Prompt Engineering for Developers

    This article describe some key takeaways concept that I learnt from the Coursera course.

    May 2, 2023 - 6 minute read -
  • Finetune DistilGPT2 Language Model on Wikitext Dataset

    This article describe my experience of finetuning DistilGPT-2 Model on WikiText.

    April 23, 2023 - 5 minute read -
  • TIL: retab command in vim

    This article describe a new vim command I just discovered.

    April 4, 2023 - 1 minute read -
  • Minimalistic dev setup

    This article documents the process of setting up my simple and minimal dev environment on a new machine.

    April 2, 2023 - 2 minute read -

Made with Chalk.