HackerTrans
TopNewTrendsCommentsPastAskShowJobs

anton5mith2

no profile record

Submissions

Lazy Level 9000 – using MCP during development

iamthecloud.substack.com
2 points·by anton5mith2·작년·0 comments

LocalAI: Local models on CPU with OpenAI compatible API

github.com
14 points·by anton5mith2·3년 전·5 comments

Do you know more about Kubernetes than ChatGPT?

spectrocloud.com
1 points·by anton5mith2·4년 전·0 comments

comments

anton5mith2
·2년 전·discuss
Right!

I starred this awhile back, it’s the really hard way imo, really great for learning: https://github.com/ghik/kubernetes-the-harder-way
anton5mith2
·3년 전·discuss
https://mudler.pm/posts/smart-slackbot-for-teams/ with LocalAI?
anton5mith2
·3년 전·discuss
For now it is CPU only yes, uses AVX instructions. But it's pretty fast anyway, try it out. I have it running on my mbp M1 and it's pretty decent. I think GPU support will come eventually. I wrote an app that uses the openai API and it was nice and simple to just point it at my own local service instead.
anton5mith2
·3년 전·discuss
Could use LocalAI to get around this: “The openAI models perform better (but require you to have an openAI API key, so cannot be used for free);”

https://www.reddit.com/r/selfhosted/comments/12w4p2f/localai...
anton5mith2
·3년 전·discuss
At present, you need a CPU with AVX. For memory I’d say 16GB or so.
anton5mith2
·3년 전·discuss
LocalAI is the OpenAI compatible API that lets you run AI models locally on your own CPU! Data never leaves your machine! No need for expensive cloud services or GPUs, LocalAI uses llama.cpp and ggml to power your AI projects!

LocalAI supports multiple models backends (such as Alpaca, Cerebras, GPT4ALL-J and StableLM) and works seamlessly with OpenAI API. Join the LocalAI community today and unleash your creativity!

GitHub: https://github.com/go-skynet/LocalAI

We are also on discord! Feel free to join our growing community!

https://discord.gg/uJAeKSAGDy
anton5mith2
·3년 전·discuss
“Sign in or purchase” seems like some archaic embargo on knowledge. Its 2023, really?
anton5mith2
·3년 전·discuss
Indeed check out my other post here - and it definitely was fun!
anton5mith2
·3년 전·discuss
I took this to extremes last year: I used it to run MAAS from Australia to sweden (which requires layer 2). Granted I used tailscale to make the WireGuard part even easier, but it was a lot of fun.

https://medium.com/@antongslismith/bare-metal-cloud-provisio...