Using LLMs Locally with LM Studio.

Yew, LM Studio provides an easy to use GUI to try and test several models because it has a search to discover new models within the tool. It allows people to locally run and download GGUF models. These models are usually available quantized which requires a lot less memory. Quantized models just mean they represent… Continue reading Using LLMs Locally with LM Studio.

Setting Up Your Data Science Environment on Apple Mac Silicon: A Step-by-Step Guide with MLX Installation.

Namast, Will keep this one short and sweet. Boot up your Mac (book, mini, studio, etc.) Go here: https://brew.sh/ What is it? It’s a package manager that lets you install things via terminal easily. Install via terminal by copy pasting their install Homebrew command. We’ll use it to install our Python environment. You can use… Continue reading Setting Up Your Data Science Environment on Apple Mac Silicon: A Step-by-Step Guide with MLX Installation.