? Introducing AIKit: seamlessly fine-tune, build and deploy open-source LLMs as secure containers!
AIKit is designed to be a comprehensive solution for developers looking to fine-tune, build and deploy large language models (LLMs) with ease. With AIKit, you dive into a world of possibilities without the complexities!
???Key Offerings of AIKit:
?? Why AIKit?
??? Getting Started is a Breeze!?
Kick off with AIKit on your local machine sans a GPU with a simple Docker command and see the magic happen!
docker run -d --rm -p 8080:8080 ghcr.io/sozercan/llama2:7b
curl https://localhost:8080/v1/chat/completions -H "Content-Type: application/json" -d '{
"model": "llama-2-7b-chat",
"messages": [{"role": "user", "content": "explain kubernetes in a sentence"}]
}'
?? Hit the ground running with pre-made model containers
From Llama 2 to Gemma, from Mixtral to Phi 2, AIKit offers pre-made models for both CPU and NVIDIA CUDA environments, ready to use out-of-the-box!
?? What's Next??
For deeper dives into fine-tuning models, creating your own images, and much more, head to the AIKit website. Embark on your AI journey with AIKit today and unlock the full potential of Large Language Models with minimal fuss!
Principal Software Engineering Manager at Microsoft
10 个月From last few weeks, I was exploring or you can say struggling to figure out how can we run LLMs or SLMs as docker containers. And finally ended up discovering this project via Reddit rabbit holes. Very clean, kudos Serta? ?zercan !
Application Security Engineering Manager at Remitly
10 个月Man! I was literally talking to some colleagues about how there was not a good proposal in this space. You are so timely! I’ll give it a spin. Great vision as always !