profile picture

2 pages tagged with "machine-learning"

Block AI Scrapers with ingress-nginx

March 03, 2024 - 630 words - 4 mins
robots.txt is a long established standard to control well-behaved1 web indexers (such as Google) for a site. Additionally, the <meta name="robots"> HTML tag and X-Robots-Tag HTTP header serve similar roles as robots.txt but for a specific page/request. Since I use ingress-nginx for r… read more

GPU-Accelerated LLM on ARM64...in Docker!

August 19, 2023 - 911 words - 5 mins
I think the current "AI" hype is overblown, but certainly the recent advances in ML around large language models (LLMs) have been impressive. So, when Machine Learning Compilation (MLC) recently posted an LLM chat demo that can run on the Mali G610 GPU, I was intrigued. read more