Vue normale

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.
À partir d’avant-hierFlux principal

Running AI Agents Locally with Ollama and AutoGen

Par : Adesoji Alu
17 avril 2025 à 21:19
Have you ever wished you could build smart AI agents without shipping your data to third-party servers? What if I told you you can run powerful language models like Llama3 directly on your machine while building sophisticated AI agent systems? Let’s roll up our sleeves and create a self-contained AI development environment using Ollama and […]

How to Run LLMs Locally with Ollama

Par : Adesoji Alu
19 février 2025 à 14:48
In the rapidly evolving landscape of AI development, Ollama has emerged as a game-changing tool for running Large Language Models locally. With over 43,000+ GitHub stars and 2000+ forks, Ollama has become the go-to solution for developers seeking to integrate LLMs into their local development workflow. The Rise of Ollama: By the Numbers – 43k+ […]

Introducing Trace: A Python Framework for Optimizing Automation in AI Systems

Par : Adesoji Alu
29 juillet 2024 à 14:16
Microsoft Research and Stanford University have unveiled Trace, a novel Python framework designed to revolutionize AI system optimization. This new tool focuses on automating the design and updating of AI workflows, such as coding assistants and chatbots, by treating them as computational graphs. The OptoPrime algorithm is tailored for solving the OPTO problem, utilizing the […]

Llama 3.1 – 405B, 70B & 8B with Multilinguality and Long Context

Par : Adesoji Alu
27 juillet 2024 à 14:32
Llama 3.1 is out! 23rd of July, facebook announced the next iteration of the Llama family to Hugging Face. It’s exciting for hugging face to collaborate with Meta to ensure the best integration in the Hugging Face ecosystem. Eight open-weight models (3 base models and 5 fine-tuned ones) are available on the Hub. In this […]

Artificial Intelligence Will NOT Replace You. Devs Using AI Will

5 février 2024 à 16:11

Unlock the full potential of your coding skills with the power of AI! Dive into the future by incorporating Artificial Intelligence into your workflow with Chat GPT, Google Bard, AWS Code Whisperer, Google Duet AI, GitHub Copilot, and others.

▬▬▬▬▬▬ 🔗 Additional Info 🔗 ▬▬▬▬▬▬
🎬 Build Glamorous Terminal-Based Applications with Charm Huh: https://youtu.be/Vw1r2uoU_Fc

▬▬▬▬▬▬ 💰 Sponsorships 💰 ▬▬▬▬▬▬
If you are interested in sponsoring this channel, please use https://calendly.com/vfarcic/meet to book a timeslot that suits and we’ll go over the details. Or feel free to contact me over Twitter or LinkedIn (see below)

▬▬▬▬▬▬ 🚀 Livestreams & podcasts 🚀 ▬▬▬▬▬▬
🎤 Podcast: https://www.devopsparadox.com/
💬 Live streams: https://www.youtube.com/c/DevOpsParadox

▬▬▬▬▬▬ 👋 Contact me 👋 ▬▬▬▬▬▬
➡ Follow me on Twitter: https://twitter.com/vfarcic
➡ Follow me on LinkedIn: https://www.linkedin.com/in/viktorfarcic/

Kubernetes Deployment Order and Dependencies Demystified

22 janvier 2024 à 16:07

In the dynamic world of cloud-native applications, Kubernetes reigns supreme as the orchestrator of containerized microservices. However, mastering the order of deployment of Kubernetes resources and dependencies can be a daunting task, especially since many of us are trying to apply the logic and the processes we had in the past. Let’s try to demystify that with examples that contain applications, databases, database schemas and users, namespaces, and a few other typically managed resources.

▬▬▬▬▬▬ 💰 Sponsorships 💰 ▬▬▬▬▬▬
If you are interested in sponsoring this channel, please use https://calendly.com/vfarcic/meet to book a timeslot that suits and we’ll go over the details. Or feel free to contact me over Twitter or LinkedIn (see below)

▬▬▬▬▬▬ 🚀 Livestreams & podcasts 🚀 ▬▬▬▬▬▬
🎤 Podcast: https://www.devopsparadox.com/
💬 Live streams: https://www.youtube.com/c/DevOpsParadox

▬▬▬▬▬▬ 👋 Contact me 👋 ▬▬▬▬▬▬
➡ Follow me on Twitter: https://twitter.com/vfarcic
➡ Follow me on LinkedIn: https://www.linkedin.com/in/viktorfarcic/

Top 5 Machine Learning Tools For Kubernetes

18 novembre 2023 à 10:23
Join Our Slack Community Kubernetes is a platform that enables you to automate the process of deploying, scaling, and managing applications that are contained within containers. It operates on the idea of clusters, which consist of nodes (either virtual machines or physical machines) for running your applications and services. Additionally, Kubernetes offers functionalities like service […]

How to Earn Billions With AI, ChatGPT, and Kubernetes?

9 octobre 2023 à 16:09

Learn how to harness the power of AI, ChatGPT, and Kubernetes to earn billions in this eye-opening YouTube video. Discover the secrets of using these cutting-edge technologies to build a profitable business empire and achieve unprecedented success. Don’t miss out on this game-changing information!

That’s probably the description one would put in an attempt to sell you something based on hype. I’m just riding the wave.

▬▬▬▬▬▬ 🔗 Additional Info 🔗 ▬▬▬▬▬▬
➡ Gist with the commands: https://gist.github.com/vfarcic/e79daf07ecdcb627e819b61aa851462d
🔗 Cast AI: https://cast.ai/devopstoolkit

▬▬▬▬▬▬ 💰 Sponsoships 💰 ▬▬▬▬▬▬
If you are interested in sponsoring this channel, please use https://calendly.com/vfarcic/meet to book a timeslot that suits and we’ll go over the details. Or feel free to contact me over Twitter or LinkedIn (see below)

▬▬▬▬▬▬ 🚀 Livestreams & podcasts 🚀 ▬▬▬▬▬▬
🎤 Podcast: https://www.devopsparadox.com/
💬 Live streams: https://www.youtube.com/c/DevOpsParadox

▬▬▬▬▬▬ 👋 Contact me 👋 ▬▬▬▬▬▬
➡ Follow me on Twitter: https://twitter.com/vfarcic
➡ Follow me on LinkedIn: https://www.linkedin.com/in/viktorfarcic/

Building a Multi-Tenant Machine Learning Platform on Kubernetes

Par : Karan Singh
14 juin 2023 à 14:28
Machine learning platforms are the backbone of the modern data-driven enterprises. They help organizations to streamline their data science workflows and manage their machine learning models in a centralized manner. In this blog post, we will discuss how to build a multi-tenant machine learning platform on Kubernetes, a popular container orchestration platform. Why Build a […]
❌
❌