DeepGEMM Launched on Day 4 of DeepSeek Open Supply Week

As a part of the continued #OpenSourceWeek, DeepSeek introduced the discharge of DeepGEMM, a cutting-edge library designed for environment friendly FP8 Common Matrix Multiplications (GEMMs). This library is tailor-made to assist each dense and Combine-of-Specialists (MoE) GEMMs, making it a robust software for V3/R1 coaching and inference. With DeepGEMM, we purpose to push the boundaries of efficiency and effectivity in AI workloads, furthering our dedication to advancing open-source innovation within the discipline.

This launch marks Day 3 of our Open Supply Week celebrations, following the profitable launches of DeepSeek FlashML on Day 1 and DeepSeek DeepEP on Day 2.

What’s GEMM?

Common Matrix Multiplication (GEMM) is a operation that takes two matrices and multiplies them by storing the end result into a 3rd matrix. It’s a elementary operation in Linear Algebra, broadly utilized in varied functions. Its system is 

GEMM is crucial for optimizing the efficiency of the fashions. It’s significantly helpful in Deep studying, the place it’s largely utilized in coaching and inference of neural networks.

This picture depicts GEMM (Common Matrix Multiplication), exhibiting matrices A, B, and the ensuing C. It highlights tiling, dividing matrices into smaller blocks (Mtile, Ntile, Ktile) for optimized cache utilization. The blue and yellow tiles illustrate the multiplication course of, contributing to the inexperienced “Block_m,n” tile in C. This method improves efficiency by enhancing knowledge locality and parallelism.

What’s FP8?

FP8, or 8-bit floating level, is a format designed for high-performance computing which permits lowered precision in addition to environment friendly illustration of numerical knowledge with actual values. Enormous datasets may end up in excessive computational overload in machine studying and deep studying functions, that is the place FP8 performs an important position by lowering the computational complexity.

The FP8 format usually consists of:

  • 1 signal bit
  • 5 exponent bits
  • 2 fraction bits

This compact illustration permits for quicker computations and lowered reminiscence utilization, making it splendid for coaching massive fashions on trendy {hardware}. The trade-off is a possible lack of precision, however in lots of deep studying situations, this loss is appropriate and might even result in improved efficiency attributable to lowered computational load.

This picture illustrates FP8 (8-bit Floating Level) codecs, particularly E4M3 and E5M2, alongside FP16 and BF16 for comparability. It exhibits how FP8 representations allocate bits for signal, exponent, and mantissa, affecting precision and vary. E4M3 makes use of 4 exponent bits and three mantissa bits, whereas E5M2 makes use of 5 and a couple of respectively. The picture highlights the trade-offs in precision and vary between completely different floating-point codecs, with FP8 providing lowered precision however decrease reminiscence footprint.

Want for DeepGEMM

DeepGEMM addresses the challenges in Matrix Multiplication by offering a light-weight, high-performance library that’s straightforward to make use of and versatile sufficient to deal with a wide range of GEMM operations.

  • Addresses a Essential Want: DeepGEMM fills a spot within the AI neighborhood by offering optimized FP8 GEMM.
  • Excessive-Efficiency and Light-weight: It presents quick computation with a small reminiscence footprint.
  • Helps Dense and MoE Layouts: It’s versatile, dealing with each commonplace and Combination-of-Specialists mannequin architectures.
  • Important for Massive-Scale AI: Its effectivity is essential for coaching and working complicated AI fashions.
  • Optimizes MoE Architectures: DeepGEMM implements specialised GEMM varieties (contiguous-grouped, masked-grouped) for MoE effectivity.
  • Enhances DeepSeek’s Fashions: It immediately improves the efficiency of DeepSeek’s AI fashions.
  • Advantages the International AI Ecosystem: By providing a extremely environment friendly software, it aids AI builders worldwide.

Key Options of DeepGEMM

DeepGEMM stands out with its spectacular options:

  • Excessive Efficiency: Attaining as much as 1350+ FP8 TFLOPS on NVIDIA Hopper GPUs, DeepGEMM is optimized for velocity and effectivity.
  • Light-weight Design: The library has no heavy dependencies, making it as clear and easy as a tutorial. This technique simplifies the method, guaranteeing that the main focus stays on the core performance with out the distraction of elaborate setups.
  • Simply-In-Time Compilation: DeepGEMM’s strategy, absolutely Simply-In-Time (JIT) compilation, compiles all kernels at runtime, providing a streamlined consumer expertise. By sidestepping the intricacies of complicated configurations, customers can think about the precise implementation. 
  • Concise Core Logic: With core logic comprising roughly 300 traces of code, DeepGEMM outperforms many expert-tuned kernels throughout a variety of matrix sizes. This compact design not solely facilitates simpler understanding and modification but additionally ensures excessive effectivity.
  • Help for Numerous Layouts: The library helps each dense layouts and two forms of MoE layouts, catering to completely different computational wants.

Efficiency Metrics

DeepGEMM has been rigorously examined throughout varied matrix shapes, demonstrating important speedups in comparison with present implementations. Under is a abstract of efficiency metrics:



<br /> <!-- Bootstrap CSS for responsiveness --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet"/> <div class="container"> <table class="custom-table table table-responsive"> <thead> <tr> <th scope="col">M</th> <th scope="col">N</th> <th scope="col">Ok</th> <th scope="col">Computation</th> <th scope="col">Reminiscence Bandwidth</th> <th scope="col">Speedup</th> </tr> </thead> <p> <!-- No tbody, as requested --></p> <tr> <td>64</td> <td>2112</td> <td>7168</td> <td>206 TFLOPS</td> <td>1688 GB/s</td> <td>2.7x</td> </tr> <tr> <td>128</td> <td>7168</td> <td>2048</td> <td>510 TFLOPS</td> <td>2277 GB/s</td> <td>1.7x</td> </tr> <tr> <td>4096</td> <td>4096</td> <td>7168</td> <td>1304 TFLOPS</td> <td>500 GB/s</td> <td>1.1x</td> </tr> </table></div> <p> <!-- Bootstrap JS (optional, for responsiveness features) --></p> <p><em>Desk 1: Efficiency metrics showcasing DeepGEMM’s effectivity throughout varied configurations.</em></p> <h2 class="wp-block-heading" id="h-installation-guide">Set up Information</h2> <p>Getting began with DeepGEMM is simple. Right here’s a fast information to put in the library:</p> <p><strong>Step 1: Stipulations</strong></p> <ul class="wp-block-list"> <li>Hopper structure GPUs (sm_90a)</li> <li>Python 3.8 or above</li> <li>CUDA 12.3 or above (beneficial: 12.8 or above)</li> <li>PyTorch 2.1 or above</li> <li>CUTLASS 3.6 or above (will be cloned as a Git submodule)</li> </ul> <ol class="wp-block-list"/> <p><strong>Step 2: Clone the DeepGEMM Repository</strong></p> <pre class="wp-block-code"><code>Run git clone --recursive <a href="https://www.analyticsvidhya.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="fc9b9588bc9b958894899ed29f9391">[email protected]</a>:deepseek-ai/DeepGEMM.git</code></pre> <p><strong>Step 3: Set up the Library</strong></p> <pre class="wp-block-code"><code>python setup.py set up</code></pre> <p><strong>Step 4: Import DeepGEMM in your Python Mission</strong></p> <pre class="wp-block-code"><code>import deep_gemm</code></pre> <ol start="6" class="wp-block-list"/> <p>For detailed set up directions and extra data, go to the <a href="https://github.com/deepseek-ai/DeepGEMM" target="_blank" rel="noreferrer noopener nofollow">DeepGEMM GitHub </a>repository.</p> <h2 class="wp-block-heading" id="h-conclusion"><strong>Conclusion</strong></h2> <p>DeepGEMM stands out as a robust FP8 GEMM library, recognized for its velocity and ease of use, making it an amazing match for tackling the challenges of superior machine studying duties. With its light-weight design, quick execution, and adaptability to work with completely different knowledge layouts, DeepGEMM is a go-to software for builders in all places. Whether or not you’re engaged on coaching or inference, this library is constructed to simplify complicated workflows, serving to researchers and practitioners push the boundaries of what’s doable in AI.</p> <p>Keep tuned to <a href="https://www.analyticsvidhya.com/blog/" target="_blank" rel="noreferrer noopener">Analytics Vidhya Weblog </a>for our detailed evaluation on DeepSeek’s Day 4 launch!<a href="https://www.analyticsvidhya.com/blog/author/pankaj9786/"/></p> <div class="border-top py-3 author-info my-4"> <div class="author-card d-flex align-items-center"> <div class="flex-shrink-0 overflow-hidden"> <a href="https://www.analyticsvidhya.com/blog/author/harsh9480979/" class="text-decoration-none active-avatar"><br /> <img decoding="async" src="https://av-eks-lekhak.s3.amazonaws.com/media/lekhak-profile-images/converted_image_0fBqNLi.webp" width="48" height="48" alt="Harsh Mishra" loading="lazy" class="rounded-circle"/></p> <p> </a> </div> </p></div> <p>Harsh Mishra is an AI/ML Engineer who spends extra time speaking to Massive Language Fashions than precise people. Obsessed with GenAI, NLP, and making machines smarter (in order that they don’t substitute him simply but). When not optimizing fashions, he’s in all probability optimizing his espresso consumption. 🚀☕</p> </p></div> </p></div> <p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script><br /></p> </div><!-- entry-content --> <footer class="entry-meta"><span class="tag-links"><span class="label">Tags:</span> <a href="https://www.bibleofai.com/tag/day/" rel="tag">Day</a>, <a href="https://www.bibleofai.com/tag/deepgemm/" rel="tag">DeepGEMM</a>, <a href="https://www.bibleofai.com/tag/deepseek/" rel="tag">DeepSeek</a>, <a href="https://www.bibleofai.com/tag/open/" rel="tag">Open</a>, <a href="https://www.bibleofai.com/tag/released/" rel="tag">Released</a>, <a href="https://www.bibleofai.com/tag/source/" rel="tag">Source</a>, <a href="https://www.bibleofai.com/tag/week/" rel="tag">week</a></span><!-- .tag-links --></footer><!-- .entry-meta --> </div><!-- .post-27486 --> <nav class="navigation post-navigation" aria-label="Posts"> <h2 class="screen-reader-text">Post navigation</h2> <div class="nav-links"><div class="nav-previous"><a href="https://www.bibleofai.com/expertise-shapes-relationships-relationships-form-know-how/" rel="prev">Expertise shapes relationships. Relationships form know-how.</a></div><div class="nav-next"><a href="https://www.bibleofai.com/groundbreaking-examine-reveals-how-topology-drives-complexity-in-mind-local-weather-and-ai/" rel="next">Groundbreaking examine reveals how topology drives complexity in mind, local weather, and AI</a></div></div> </nav> </main><!-- #main --> </div><!-- #primary --> <aside id="secondary" class="col-lg-4 widget-area" role="complementary"> <div class="sticky-sidebar"> <section id="block-2" class="widget widget_block widget_search"><form role="search" method="get" action="https://www.bibleofai.com/" class="wp-block-search__button-outside wp-block-search__text-button wp-block-search" ><label class="wp-block-search__label" for="wp-block-search__input-1" >Search</label><div class="wp-block-search__inside-wrapper " ><input class="wp-block-search__input" id="wp-block-search__input-1" placeholder="" value="" type="search" name="s" required /><button aria-label="Search" class="wp-block-search__button wp-element-button" type="submit" >Search</button></div></form></section><section id="block-3" class="widget widget_block"><div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow"><h2 class="wp-block-heading">Recent Posts</h2><ul class="wp-block-latest-posts__list wp-block-latest-posts"><li><a class="wp-block-latest-posts__post-title" href="https://www.bibleofai.com/david-wilkins-chief-product-advertising-and-technique-officer-at-talentneuron-interview-collection/">David Wilkins, Chief Product, Advertising, and Technique Officer at TalentNeuron – Interview Collection</a></li> <li><a class="wp-block-latest-posts__post-title" href="https://www.bibleofai.com/agentic-ai-leaders-to-showcase-newest-developments-at-nvidia-gtc/">Agentic AI Leaders to Showcase Newest Developments at NVIDIA GTC</a></li> <li><a class="wp-block-latest-posts__post-title" href="https://www.bibleofai.com/all-about-microsoft-phi-4-multimodal-instruct/">All About Microsoft Phi-4 Multimodal Instruct</a></li> <li><a class="wp-block-latest-posts__post-title" href="https://www.bibleofai.com/redefining-xbox-recreation-growth-how-microsofts-muse-is-reworking-recreation-creation/">Redefining Xbox Recreation Growth: How Microsoft’s Muse is Reworking Recreation Creation</a></li> <li><a class="wp-block-latest-posts__post-title" href="https://www.bibleofai.com/gfn-thursday-march-geforce-now-video-games/">GFN Thursday: March GeForce NOW Video games</a></li> </ul></div></div></section><section id="block-4" class="widget widget_block"><div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow"><h2 class="wp-block-heading">Recent Comments</h2><div class="no-comments wp-block-latest-comments">No comments to show.</div></div></div></section><section id="block-5" class="widget widget_block"><div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow"><h2 class="wp-block-heading">Archives</h2><ul class="wp-block-archives-list wp-block-archives"> <li><a href='https://www.bibleofai.com/2025/02/'>February 2025</a></li> <li><a href='https://www.bibleofai.com/2025/01/'>January 2025</a></li> <li><a href='https://www.bibleofai.com/2024/12/'>December 2024</a></li> <li><a href='https://www.bibleofai.com/2024/11/'>November 2024</a></li> <li><a href='https://www.bibleofai.com/2024/10/'>October 2024</a></li> <li><a href='https://www.bibleofai.com/2024/09/'>September 2024</a></li> <li><a href='https://www.bibleofai.com/2024/08/'>August 2024</a></li> <li><a href='https://www.bibleofai.com/2024/07/'>July 2024</a></li> </ul></div></div></section><section id="block-6" class="widget widget_block"><div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow"><h2 class="wp-block-heading">Categories</h2><ul class="wp-block-categories-list wp-block-categories"> <li class="cat-item cat-item-232"><a href="https://www.bibleofai.com/category/ai-in-healthcare/">AI in Healthcare</a> </li> <li class="cat-item cat-item-235"><a href="https://www.bibleofai.com/category/ai-in-robotics/">Ai in Robotics</a> </li> <li class="cat-item cat-item-1"><a href="https://www.bibleofai.com/category/artificial-intelligence/">Artificial Intelligence</a> </li> <li class="cat-item cat-item-231"><a href="https://www.bibleofai.com/category/chatgpt/">ChatGPT</a> </li> <li class="cat-item cat-item-236"><a href="https://www.bibleofai.com/category/computer-vision/">Computer Vision</a> </li> <li class="cat-item cat-item-234"><a href="https://www.bibleofai.com/category/machine-learning/">Machine Learning</a> </li> <li class="cat-item cat-item-233"><a href="https://www.bibleofai.com/category/natural-language-processing/">Natural Language Processing</a> </li> </ul></div></div></section><section id="search-3" class="widget widget_search"><form action="https://www.bibleofai.com/" method="get" class="search-form"> <label class="assistive-text"> Search </label> <div class="input-group"> <input type="search" value="" placeholder="Search" class="form-control s" name="s"> <div class="input-group-prepend"> <button class="btn btn-theme">Search</button> </div> </div> </form><!-- .search-form --> </section><section id="newscard_recent_posts-1" class="widget newscard-widget-recent-posts"> <h3 class="widget-title"> <a href="https://www.bibleofai.com/blog/">Recent Posts</a> </h3> <div class="row gutter-parent-14"> <div class="col-md-6 post-col"> <div class="post-boxed inlined clearfix"> <div class="post-img-wrap"> <a href="https://www.bibleofai.com/david-wilkins-chief-product-advertising-and-technique-officer-at-talentneuron-interview-collection/" class="post-img" style="background-image: url('https://i1.wp.com/www.unite.ai/wp-content/uploads/2025/02/2_DaveWilkins_900x600.png?w=300&resize=300,300&ssl=1');"></a> </div> <div class="post-content"> <div class="entry-meta category-meta"> <div class="cat-links"><a href="https://www.bibleofai.com/category/ai-in-robotics/" rel="category tag">Ai in Robotics</a></div> </div><!-- .entry-meta --> <h3 class="entry-title"><a href="https://www.bibleofai.com/david-wilkins-chief-product-advertising-and-technique-officer-at-talentneuron-interview-collection/">David Wilkins, Chief Product, Advertising, and Technique Officer at TalentNeuron – Interview Collection</a></h3> <div class="entry-meta"> <div class="date"><a href="https://www.bibleofai.com/david-wilkins-chief-product-advertising-and-technique-officer-at-talentneuron-interview-collection/" title="David Wilkins, Chief Product, Advertising, and Technique Officer at TalentNeuron – Interview Collection">February 27, 2025</a> </div> <div class="by-author vcard author"><a href="https://www.bibleofai.com/author/roosho/">roosho</a> </div> </div> </div> </div><!-- post-boxed --> </div><!-- col-md-6 --> <div class="col-md-6 post-col"> <div class="post-boxed inlined clearfix"> <div class="post-img-wrap"> <a href="https://www.bibleofai.com/agentic-ai-leaders-to-showcase-newest-developments-at-nvidia-gtc/" class="post-img" style="background-image: url('https://i1.wp.com/blogs.nvidia.com/wp-content/uploads/2025/02/agentic-ai-gtc-promo-1280x680-1.jpg?w=300&resize=300,300&ssl=1');"></a> </div> <div class="post-content"> <div class="entry-meta category-meta"> <div class="cat-links"><a href="https://www.bibleofai.com/category/computer-vision/" rel="category tag">Computer Vision</a></div> </div><!-- .entry-meta --> <h3 class="entry-title"><a href="https://www.bibleofai.com/agentic-ai-leaders-to-showcase-newest-developments-at-nvidia-gtc/">Agentic AI Leaders to Showcase Newest Developments at NVIDIA GTC</a></h3> <div class="entry-meta"> <div class="date"><a href="https://www.bibleofai.com/agentic-ai-leaders-to-showcase-newest-developments-at-nvidia-gtc/" title="Agentic AI Leaders to Showcase Newest Developments at NVIDIA GTC">February 27, 2025</a> </div> <div class="by-author vcard author"><a href="https://www.bibleofai.com/author/roosho/">roosho</a> </div> </div> </div> </div><!-- post-boxed --> </div><!-- col-md-6 --> <div class="col-md-6 post-col"> <div class="post-boxed inlined clearfix"> <div class="post-img-wrap"> <a href="https://www.bibleofai.com/all-about-microsoft-phi-4-multimodal-instruct/" class="post-img" style="background-image: url('https://i0.wp.com/cdn.analyticsvidhya.com/wp-content/uploads/2025/02/microsoft-Phi-4-mini-instruct-2.webp?w=300&resize=300,300&ssl=1');"></a> </div> <div class="post-content"> <div class="entry-meta category-meta"> <div class="cat-links"><a href="https://www.bibleofai.com/category/natural-language-processing/" rel="category tag">Natural Language Processing</a></div> </div><!-- .entry-meta --> <h3 class="entry-title"><a href="https://www.bibleofai.com/all-about-microsoft-phi-4-multimodal-instruct/">All About Microsoft Phi-4 Multimodal Instruct</a></h3> <div class="entry-meta"> <div class="date"><a href="https://www.bibleofai.com/all-about-microsoft-phi-4-multimodal-instruct/" title="All About Microsoft Phi-4 Multimodal Instruct">February 27, 2025</a> </div> <div class="by-author vcard author"><a href="https://www.bibleofai.com/author/roosho/">roosho</a> </div> </div> </div> </div><!-- post-boxed --> </div><!-- col-md-6 --> <div class="col-md-6 post-col"> <div class="post-boxed inlined clearfix"> <div class="post-img-wrap"> <a href="https://www.bibleofai.com/redefining-xbox-recreation-growth-how-microsofts-muse-is-reworking-recreation-creation/" class="post-img" style="background-image: url('https://i2.wp.com/www.unite.ai/wp-content/uploads/2025/02/Muse_1-1000x600.webp?w=300&resize=300,300&ssl=1');"></a> </div> <div class="post-content"> <div class="entry-meta category-meta"> <div class="cat-links"><a href="https://www.bibleofai.com/category/ai-in-robotics/" rel="category tag">Ai in Robotics</a></div> </div><!-- .entry-meta --> <h3 class="entry-title"><a href="https://www.bibleofai.com/redefining-xbox-recreation-growth-how-microsofts-muse-is-reworking-recreation-creation/">Redefining Xbox Recreation Growth: How Microsoft’s Muse is Reworking Recreation Creation</a></h3> <div class="entry-meta"> <div class="date"><a href="https://www.bibleofai.com/redefining-xbox-recreation-growth-how-microsofts-muse-is-reworking-recreation-creation/" title="Redefining Xbox Recreation Growth: How Microsoft’s Muse is Reworking Recreation Creation">February 27, 2025</a> </div> <div class="by-author vcard author"><a href="https://www.bibleofai.com/author/roosho/">roosho</a> </div> </div> </div> </div><!-- post-boxed --> </div><!-- col-md-6 --> <div class="col-md-6 post-col"> <div class="post-boxed inlined clearfix"> <div class="post-img-wrap"> <a href="https://www.bibleofai.com/gfn-thursday-march-geforce-now-video-games/" class="post-img" style="background-image: url('https://i1.wp.com/blogs.nvidia.com/wp-content/uploads/2025/02/gfn-thursday-2-27-nv-blog-1280x680-logo.jpg?w=300&resize=300,300&ssl=1');"></a> </div> <div class="post-content"> <div class="entry-meta category-meta"> <div class="cat-links"><a href="https://www.bibleofai.com/category/computer-vision/" rel="category tag">Computer Vision</a></div> </div><!-- .entry-meta --> <h3 class="entry-title"><a href="https://www.bibleofai.com/gfn-thursday-march-geforce-now-video-games/">GFN Thursday: March GeForce NOW Video games</a></h3> <div class="entry-meta"> <div class="date"><a href="https://www.bibleofai.com/gfn-thursday-march-geforce-now-video-games/" title="GFN Thursday: March GeForce NOW Video games">February 27, 2025</a> </div> <div class="by-author vcard author"><a href="https://www.bibleofai.com/author/roosho/">roosho</a> </div> </div> </div> </div><!-- post-boxed --> </div><!-- col-md-6 --> </div><!-- .row .gutter-parent-14--> </section><!-- .widget_recent_post --><section id="categories-3" class="widget widget_categories"><h3 class="widget-title">Categories</h3> <ul> <li class="cat-item cat-item-232"><a href="https://www.bibleofai.com/category/ai-in-healthcare/">AI in Healthcare</a> (125) </li> <li class="cat-item cat-item-235"><a href="https://www.bibleofai.com/category/ai-in-robotics/">Ai in Robotics</a> (925) </li> <li class="cat-item cat-item-1"><a href="https://www.bibleofai.com/category/artificial-intelligence/">Artificial Intelligence</a> (1,419) </li> <li class="cat-item cat-item-231"><a href="https://www.bibleofai.com/category/chatgpt/">ChatGPT</a> (2,000) </li> <li class="cat-item cat-item-236"><a href="https://www.bibleofai.com/category/computer-vision/">Computer Vision</a> (371) </li> <li class="cat-item cat-item-234"><a href="https://www.bibleofai.com/category/machine-learning/">Machine Learning</a> (1,712) </li> <li class="cat-item cat-item-233"><a href="https://www.bibleofai.com/category/natural-language-processing/">Natural Language Processing</a> (1,149) </li> </ul> </section> </div><!-- .sticky-sidebar --> </aside><!-- #secondary --> </div><!-- row --> </div><!-- .container --> </div><!-- #content .site-content--> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="container"> <section class="featured-stories"> <h3 class="stories-title"> <a href="https://www.bibleofai.com/blog/">You may Missed</a> </h3> <div class="row gutter-parent-14"> <div class="col-sm-6 col-lg-3"> <div class="post-boxed"> <div class="post-img-wrap"> <div class="featured-post-img"> <a href="https://www.bibleofai.com/david-wilkins-chief-product-advertising-and-technique-officer-at-talentneuron-interview-collection/" class="post-img" style="background-image: url('https://i1.wp.com/www.unite.ai/wp-content/uploads/2025/02/2_DaveWilkins_900x600.png?w=1024&resize=1024,1024&ssl=1');"></a> </div> <div class="entry-meta category-meta"> <div class="cat-links"><a href="https://www.bibleofai.com/category/ai-in-robotics/" rel="category tag">Ai in Robotics</a></div> </div><!-- .entry-meta --> </div><!-- .post-img-wrap --> <div class="post-content"> <h3 class="entry-title"><a href="https://www.bibleofai.com/david-wilkins-chief-product-advertising-and-technique-officer-at-talentneuron-interview-collection/">David Wilkins, Chief Product, Advertising, and Technique Officer at TalentNeuron – Interview Collection</a></h3> <div class="entry-meta"> <div class="date"><a href="https://www.bibleofai.com/david-wilkins-chief-product-advertising-and-technique-officer-at-talentneuron-interview-collection/" title="David Wilkins, Chief Product, Advertising, and Technique Officer at TalentNeuron – Interview Collection">February 27, 2025</a> </div> <div class="by-author vcard author"><a href="https://www.bibleofai.com/author/roosho/">roosho</a> </div> </div> </div><!-- .post-content --> </div><!-- .post-boxed --> </div><!-- .col-sm-6 .col-lg-3 --> <div class="col-sm-6 col-lg-3"> <div class="post-boxed"> <div class="post-img-wrap"> <div class="featured-post-img"> <a href="https://www.bibleofai.com/agentic-ai-leaders-to-showcase-newest-developments-at-nvidia-gtc/" class="post-img" style="background-image: url('https://i1.wp.com/blogs.nvidia.com/wp-content/uploads/2025/02/agentic-ai-gtc-promo-1280x680-1.jpg?w=1024&resize=1024,1024&ssl=1');"></a> </div> <div class="entry-meta category-meta"> <div class="cat-links"><a href="https://www.bibleofai.com/category/computer-vision/" rel="category tag">Computer Vision</a></div> </div><!-- .entry-meta --> </div><!-- .post-img-wrap --> <div class="post-content"> <h3 class="entry-title"><a href="https://www.bibleofai.com/agentic-ai-leaders-to-showcase-newest-developments-at-nvidia-gtc/">Agentic AI Leaders to Showcase Newest Developments at NVIDIA GTC</a></h3> <div class="entry-meta"> <div class="date"><a href="https://www.bibleofai.com/agentic-ai-leaders-to-showcase-newest-developments-at-nvidia-gtc/" title="Agentic AI Leaders to Showcase Newest Developments at NVIDIA GTC">February 27, 2025</a> </div> <div class="by-author vcard author"><a href="https://www.bibleofai.com/author/roosho/">roosho</a> </div> </div> </div><!-- .post-content --> </div><!-- .post-boxed --> </div><!-- .col-sm-6 .col-lg-3 --> <div class="col-sm-6 col-lg-3"> <div class="post-boxed"> <div class="post-img-wrap"> <div class="featured-post-img"> <a href="https://www.bibleofai.com/all-about-microsoft-phi-4-multimodal-instruct/" class="post-img" style="background-image: url('https://i0.wp.com/cdn.analyticsvidhya.com/wp-content/uploads/2025/02/microsoft-Phi-4-mini-instruct-2.webp?w=1024&resize=1024,1024&ssl=1');"></a> </div> <div class="entry-meta category-meta"> <div class="cat-links"><a href="https://www.bibleofai.com/category/natural-language-processing/" rel="category tag">Natural Language Processing</a></div> </div><!-- .entry-meta --> </div><!-- .post-img-wrap --> <div class="post-content"> <h3 class="entry-title"><a href="https://www.bibleofai.com/all-about-microsoft-phi-4-multimodal-instruct/">All About Microsoft Phi-4 Multimodal Instruct</a></h3> <div class="entry-meta"> <div class="date"><a href="https://www.bibleofai.com/all-about-microsoft-phi-4-multimodal-instruct/" title="All About Microsoft Phi-4 Multimodal Instruct">February 27, 2025</a> </div> <div class="by-author vcard author"><a href="https://www.bibleofai.com/author/roosho/">roosho</a> </div> </div> </div><!-- .post-content --> </div><!-- .post-boxed --> </div><!-- .col-sm-6 .col-lg-3 --> <div class="col-sm-6 col-lg-3"> <div class="post-boxed"> <div class="post-img-wrap"> <div class="featured-post-img"> <a href="https://www.bibleofai.com/redefining-xbox-recreation-growth-how-microsofts-muse-is-reworking-recreation-creation/" class="post-img" style="background-image: url('https://i2.wp.com/www.unite.ai/wp-content/uploads/2025/02/Muse_1-1000x600.webp?w=1024&resize=1024,1024&ssl=1');"></a> </div> <div class="entry-meta category-meta"> <div class="cat-links"><a href="https://www.bibleofai.com/category/ai-in-robotics/" rel="category tag">Ai in Robotics</a></div> </div><!-- .entry-meta --> </div><!-- .post-img-wrap --> <div class="post-content"> <h3 class="entry-title"><a href="https://www.bibleofai.com/redefining-xbox-recreation-growth-how-microsofts-muse-is-reworking-recreation-creation/">Redefining Xbox Recreation Growth: How Microsoft’s Muse is Reworking Recreation Creation</a></h3> <div class="entry-meta"> <div class="date"><a href="https://www.bibleofai.com/redefining-xbox-recreation-growth-how-microsofts-muse-is-reworking-recreation-creation/" title="Redefining Xbox Recreation Growth: How Microsoft’s Muse is Reworking Recreation Creation">February 27, 2025</a> </div> <div class="by-author vcard author"><a href="https://www.bibleofai.com/author/roosho/">roosho</a> </div> </div> </div><!-- .post-content --> </div><!-- .post-boxed --> </div><!-- .col-sm-6 .col-lg-3 --> </div><!-- .row --> </section><!-- .featured-stories --> </div><!-- .container --> <div class="widget-area"> <div class="container"> <div class="row"> <div class="col-sm-6 col-lg-3"> <section id="text-3" class="widget widget_text"><h3 class="widget-title">About Us</h3> <div class="textwidget"><p>Bibleofai is your ultimate Ai related blog and news site. We provide info about what happening in Ai world and advancements of Ai. Ai is taking over the world and we are here to give you as many updates we can. So do visit us daily to keep yourself updated with the Ai world.</p> </div> </section> </div><!-- footer sidebar column 1 --> <div class="col-sm-6 col-lg-3"> </div><!-- footer sidebar column 2 --> <div class="col-sm-6 col-lg-3"> <section id="categories-5" class="widget widget_categories"><h3 class="widget-title">Categories</h3> <ul> <li class="cat-item cat-item-232"><a href="https://www.bibleofai.com/category/ai-in-healthcare/">AI in Healthcare</a> (125) </li> <li class="cat-item cat-item-235"><a href="https://www.bibleofai.com/category/ai-in-robotics/">Ai in Robotics</a> (925) </li> <li class="cat-item cat-item-1"><a href="https://www.bibleofai.com/category/artificial-intelligence/">Artificial Intelligence</a> (1,419) </li> <li class="cat-item cat-item-231"><a href="https://www.bibleofai.com/category/chatgpt/">ChatGPT</a> (2,000) </li> <li class="cat-item cat-item-236"><a href="https://www.bibleofai.com/category/computer-vision/">Computer Vision</a> (371) </li> <li class="cat-item cat-item-234"><a href="https://www.bibleofai.com/category/machine-learning/">Machine Learning</a> (1,712) </li> <li class="cat-item cat-item-233"><a href="https://www.bibleofai.com/category/natural-language-processing/">Natural Language Processing</a> (1,149) </li> </ul> </section> </div><!-- footer sidebar column 3 --> <div class="col-sm-6 col-lg-3"> <section id="nav_menu-3" class="widget widget_nav_menu"><h3 class="widget-title">PAGES</h3><div class="menu-top-right-menu-container"><ul id="menu-top-right-menu-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1968"><a href="https://www.bibleofai.com/about-us/">About Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1969"><a href="https://www.bibleofai.com/contact-us/">Contact Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1970"><a href="https://www.bibleofai.com/disclaimer/">Disclaimer</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1971"><a href="https://www.bibleofai.com/privacy-policy-2/">Privacy Policy</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1972"><a href="https://www.bibleofai.com/terms-and-conditions/">Terms and Conditions</a></li> </ul></div></section> </div><!-- footer sidebar column 4 --> </div><!-- .row --> </div><!-- .container --> </div><!-- .widget-area --> <div class="site-info"> <div class="container"> <div class="row"> <div class="copyright col-lg order-lg-1 text-lg-left"> <div class="theme-link"> Copyright © 2025 <a href="https://www.bibleofai.com/" title="" ></a></div><div class="author-link">Theme by: <a href="https://www.themehorse.com" target="_blank" rel="noopener noreferrer" title="Theme Horse" >Theme Horse</a></div><div class="wp-link">Proudly Powered by: <a href="http://wordpress.org/" target="_blank" rel="noopener noreferrer" title="WordPress">WordPress</a></div> </div><!-- .copyright --> </div><!-- .row --> </div><!-- .container --> </div><!-- .site-info --> </footer><!-- #colophon --> <div class="back-to-top"><a title="Go to Top" href="#masthead"></a></div> </div><!-- #page --> <script type='text/javascript'> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <link rel='stylesheet' id='fifu-woo-css' href='https://www.bibleofai.com/wp-content/plugins/featured-image-from-url/includes/html/css/woo.css?ver=4.9.1' type='text/css' media='all' /> <style id='fifu-woo-inline-css' type='text/css'> img.zoomImg {display:inline !important} </style> <link rel='stylesheet' id='wc-blocks-style-css' href='https://www.bibleofai.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=wc-9.3.3' type='text/css' media='all' /> <script type="text/javascript" src="https://www.bibleofai.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script> <script type="text/javascript" src="https://www.bibleofai.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="text/javascript" src="https://www.bibleofai.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.9.8" id="swv-js"></script> <script type="text/javascript" id="contact-form-7-js-extra"> /* <![CDATA[ */ var wpcf7 = {"api":{"root":"https:\/\/www.bibleofai.com\/wp-json\/","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type="text/javascript" src="https://www.bibleofai.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.9.8" id="contact-form-7-js"></script> <script type="text/javascript" src="https://www.bibleofai.com/wp-content/themes/newscard/assets/library/bootstrap/js/popper.min.js?ver=1.12.9" id="popper-script-js"></script> <script type="text/javascript" src="https://www.bibleofai.com/wp-content/themes/newscard/assets/library/bootstrap/js/bootstrap.min.js?ver=4.0.0" id="bootstrap-script-js"></script> <script type="text/javascript" src="https://www.bibleofai.com/wp-content/themes/newscard/assets/library/match-height/jquery.matchHeight-min.js?ver=0.7.2" id="jquery-match-height-js"></script> <script type="text/javascript" src="https://www.bibleofai.com/wp-content/themes/newscard/assets/library/match-height/jquery.matchHeight-settings.js?ver=6.7.2" id="newscard-match-height-js"></script> <script type="text/javascript" src="https://www.bibleofai.com/wp-content/themes/newscard/assets/js/skip-link-focus-fix.js?ver=20151215" id="newscard-skip-link-focus-fix-js"></script> <script type="text/javascript" src="https://www.bibleofai.com/wp-content/themes/newscard/assets/library/sticky/jquery.sticky.js?ver=1.0.4" id="jquery-sticky-js"></script> <script type="text/javascript" src="https://www.bibleofai.com/wp-content/themes/newscard/assets/library/sticky/jquery.sticky-settings.js?ver=6.7.2" id="newscard-jquery-sticky-js"></script> <script type="text/javascript" src="https://www.bibleofai.com/wp-content/themes/newscard/assets/js/scripts.js?ver=6.7.2" id="newscard-scripts-js"></script> <script type="text/javascript" src="https://www.bibleofai.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=9.3.3" id="sourcebuster-js-js"></script> <script type="text/javascript" id="wc-order-attribution-js-extra"> /* <![CDATA[ */ var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https:\/\/www.bibleofai.com\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}}; /* ]]> */ </script> <script type="text/javascript" src="https://www.bibleofai.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=9.3.3" id="wc-order-attribution-js"></script> <script type="text/javascript" id="fifu-image-js-js-extra"> /* <![CDATA[ */ var fifuImageVars = {"fifu_woo_lbox_enabled":"1","fifu_is_product":"","fifu_is_flatsome_active":""}; /* ]]> */ </script> <script type="text/javascript" src="https://www.bibleofai.com/wp-content/plugins/featured-image-from-url/includes/html/js/image.js?ver=4.9.1" id="fifu-image-js-js"></script> <script>!function(){window.advanced_ads_ready_queue=window.advanced_ads_ready_queue||[],advanced_ads_ready_queue.push=window.advanced_ads_ready;for(var d=0,a=advanced_ads_ready_queue.length;d<a;d++)advanced_ads_ready(advanced_ads_ready_queue[d])}();</script> </body> </html>