Category/Tag: Software Testing

LM Studio - The Easiest Way to get Started with Hugging Face LLMs

LM Studio - The Easiest Way to get Started with Hugging Face LLMs

In this short blog, Bruce Nielson shares one of his favorite tools for getting started with Hugging Face LLMs, LM Studio. This tool allows easy access and use of Hugging Face LLMs, even for those with little technical knowledge. It can be a great way to get started, or to just learn more about Large Language Models.


An Introduction to Mocking Frameworks

An Introduction to Mocking Frameworks

So you're unit testing, and perhaps even practicing Test Driven Development (TDD). Congratulations! You're likely better than at least half of your peers! There is just one thing you cannot figure out. How am I supposed to just test one thing when my code has dependencies? Enter Mocking!