Tag: Running environment

  • Testing LLMs locally on basic Apple Silicon

    Intro Fair enough, I keep criticizing the GenAI hype. But in order to criticize something, I guess I believe I have to have SOME kind of understanding of what happens (silly me I guess for thinking like that). After brushing up on AI these past few weeks, mostly through readings, including what others might consider…

  • Project Log: Day 56 – Actually running

    I think I finished at last a simple “orchestrator”, that distributes the workload to the “workers” as they get their hands free. Now it’s all about checking that finishing conditions are met correctly, and then leaving the computers do their magic for a few hours (or maybe days, as I am running configuration mixes for…

  • Project Log: Day 51 – Leaner run

    I was bothered by one thing when I created the containers last week. The “doBy” package required a lot… And was only marginally useful to me. For ONE rather simple function, “which.maxn()”, I was loading the doBy package. Just because I looked for a quick solution to a simple problem and ended up with that,…