Tag
12 articles
Learn how to build and evaluate a visual perception system using Python and PyTorch, similar to the tests conducted in the PerceptionBench benchmark.
NVIDIA has released Molt, a PyTorch-native agentic reinforcement learning framework designed to simplify and optimize RL development by integrating key components into a single asynchronous loop.
Learn how to set up and run AI workloads on AMD's MI455X accelerator using ROCm software stack and PyTorch. This beginner-friendly tutorial walks you through installation, verification, and running inference tasks.
A comparison of four leading open-source LLM fine-tuning frameworks—Unsloth, Axolotl, TRL, and LLaMA-Factory—reveals their distinct approaches to speed, VRAM usage, and multi-GPU support.
A new PyTorch pipeline uses Gin Config to modularize machine learning experiments, enabling runtime overrides and improved reproducibility.
Learn how to work with AI chip technology similar to Baidu's Kunlunxin unit. This beginner tutorial teaches you to build neural networks and understand AI chip architecture concepts using Python and PyTorch.
Learn to build a digital world environment for AI agent testing using Python, reinforcement learning, and PyTorch. This tutorial demonstrates how to create a simulated environment where AI agents navigate obstacles and learn optimal behaviors.
Learn how to work with AI chip architectures similar to Alibaba's Zhenwu M890 by setting up your development environment, creating neural networks, and optimizing performance using Python frameworks like TensorFlow and PyTorch.
Learn how to set up and run AI models on Cerebras wafer-scale hardware using the Cerebras Software Stack, including model creation, training configuration, and performance optimization techniques.
Learn to build and analyze a simple AI system using PyTorch, understanding the foundational technologies behind AI safety and alignment that were central to Musk's testimony.
NVIDIA releases AITune, an open-source toolkit that automatically identifies the fastest inference backend for PyTorch models, streamlining deployment and enhancing performance.
AutoKernel is an open-source framework that uses autonomous LLM agents to automate GPU kernel optimization for PyTorch models, significantly reducing manual effort and improving performance.