Pradeep Vatspradeepvats.hashnode.dev·Apr 23, 2024How to Run Llama 3 - 8B and Llama 3 - 70B LocallyLlama 3 is the latest breakthrough in large language models. These models have garnered significant attention due to their impressive performance across various natural language processing tasks. If you're interested in harnessing their power locally...2 likes·68 readsLLaMa
Sarthak Tyagisarthakwrites.hashnode.dev·Mar 13, 2024Install Kubernetes Locally(minikube)update the system and upgrade it sudo apt-get update && sudo apt-get upgrade Install Kubectl in your PC curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" curl -LO "https://dl.k8s.io/rel...kubernetes-install