К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
Deploying Deep Learning: Quantization, Serving, and Edge AI · LearnSpace
Назад в каталог
courseraАнализ данных

Deploying Deep Learning: Quantization, Serving, and Edge AI

Курс от Board Infinity
Продвинутый≈ 21.1 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

"Production Deep Learning: Inference, Quantization & Edge Deployment is designed for ML engineers and developers who want to master the full deployment lifecycle — from compressing and quantizing models to serving them at scale using vLLM, Triton, ONNX, and Llama.cpp. Module 1 covers model compression fundamentals, including pruning, distillation, and INT8/INT4 quantization using AWQ and GPTQ, with a focus on the accuracy–latency tradeoff. Module 2 dives into high-throughput serving architectures, exploring vLLM's PagedAttention, NVIDIA Triton, TensorRT, and scaling inference across GPU clusters with autoscaling patterns. Module 3 focuses on CPU and edge deployment using ONNX Runtime, GGUF, and Llama.cpp, plus multimodal inference with CLIP and LLaVA on resource-constrained devices. Module 4 is a capstone project where you'll quantize a fine-tuned LLM, build a production API with vLLM, benchmark performance, and containerize your model with Docker for cloud and edge deployment. By the end of this course, you will: - Apply INT4/INT8 quantization techniques (AWQ, GPTQ, GGUF) to compress LLMs for production - Deploy high-throughput inference servers using vLLM, Triton, and ONNX Runtime - Run optimized models on GPU, CPU, and edge devices using Llama.cpp and TensorRT - Build, benchmark, and containerize an end-to-end production-ready inference API" Disclaimer: This is an independent educational resource created by Board Infinity for informational and educational purposes only. This course is not affiliated with, endorsed by, sponsored by, or officially associated with any company, organization, or certification body unless explicitly stated. The content provided is based on industry knowledge and best practices but does not constitute official training material for any specific employer or certification program. All company names, trademarks, service marks, and logos referenced are the property of their respective owners and are used solely for educational identification and comparison purposes.

Навыки, которые вы освоите

Model OptimizationModel DeploymentAPI DesignContainerizationCloud DeploymentDocker (Software)Large Language ModelingApplication DeploymentScalabilityMemory ManagementLLM ApplicationFine-tuningModel EvaluationMLOps (Machine Learning Operations)

Программа курса

4 модулей · 70 учебных материалов

01Model Compression, Quantization & Latency Optimization16 материалов

Career Scope in Production AI & Edge Deployment

Where Trained Models Actually RunВидеоWhy Inference Optimization Is a Top SkillВидеоSkill Roadmap: Training → Inference → EdgeВидеоThe 2026 Deployment Engineer Role: What Companies WantЧтение

Учитесь у экспертов

Board Infinity

Instructor

Deploying Deep Learning: Quantization, Serving, and Edge AI
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 21.1 ч

4 модулей

Язык: Английский

Часть программы вашего университета
Career Scope in Production AI & Edge DeploymentЗадание

Fundamentals of Model Compression

Why Models Are Too BigВидеоThree Ways to Make Models SmallerВидеоAccuracy vs Latency: Making TradeoffsВидеоModel Compression Strategies at ScaleЧтениеFundamentals of Model CompressionЗадание

INT8/INT4 Quantization (AWQ, GPTQ)

What Quantization Really DoesВидеоQuantizing LLMs with AWQ & GPTQВидеоBenchmarking: Speed, Accuracy Drop & Perplexity ShiftВидеоChoosing the Right Quantization Method for Real DeploymentЧтениеINT8/INT4 Quantization (AWQ, GPTQ)ЗаданиеModel Compression, Quantization & Latency OptimizationЗадание
02High-Throughput Serving - vLLM, PagedAttention & Triton16 материалов

Serving Architectures Beyond Flask & Python Loops

What Breaks When Users IncreaseВидеоHow Inference Servers Actually WorkВидеоAPI Patterns for InferenceВидеоFrom Training to Serving: What Changes in Architecture?ЧтениеServing Architectures Beyond Flask & Python LoopsЗадание

vLLM Internals (PagedAttention)

Why KV Cache Limits ThroughputВидео Running a vLLM ServerВидеоHandling Concurrent Requests Under LoadВидеоPagedAttention Deep Dive & Performance TuningЧтениеvLLM Internals (PagedAttention)Задание

NVIDIA Triton & Production Deployment Patterns

When Triton Makes SenseВидеоServing Vision Models with TritonВидеоScaling Across GPUsВидеоDeployment Blueprints: GPU Clusters & Autoscaling PatternsЧтениеNVIDIA Triton & Production Deployment PatternsЗаданиеServing Architectures Beyond Flask & Python LoopsЗадание
03ONNX, Llama.cpp & Edge / CPU Deployment21 материалов

Exporting Models to ONNX

Why ONNX MattersВидеоExporting LLMs & Vision Models to ONNX- Part 1ВидеоExporting LLMs & Vision Models to ONNX Part 2ВидеоSpeeding Up Inference with ONNX Runtime - part 1ВидеоSpeeding Up Inference with ONNX Runtime Part 2ВидеоONNX Runtime Optimization GuideЧтениеExporting Models to ONNXЗадание

Llama.cpp & GGUF for CPU/Edge Deployment

What GGUF Is & Why It MattersВидеоRunning LLMs with Llama.cpp- Part 1ВидеоRunning LLMs with Llama.cpp Part 2ВидеоBenchmarking: Latency, Token Throughput & MemoryВидеоEdge LLM Deployment: Real-World Limitations & SolutionsЧтениеLlama.cpp & GGUF for CPU/Edge DeploymentЗадание

Multimodal Inference (CLIP & LLaVA)

How CLIP Connects Text & Images- part 1ВидеоHow CLIP Connects Text & Images- part 2ВидеоVision-Enhanced LLMs (LLaVA)ВидеоVision-Enhanced LLMs (LLaVA)- Part 2ВидеоBuilding a Simple Multimodal PipelineВидеоMultimodal Models: Practical Deployment WorkflowsЧтение
04Final Project - The Edge-Ready API (Quantize to Serve to Benchmark)17 материалов

Preparing the Fine-Tuned Model for Deployment

Loading Your QLoRA/LoRA Fine-Tuned Model - Part 1ВидеоLoading Your QLoRA/LoRA Fine-Tuned Model Part2ВидеоConfigure PEFT with LoRAВидеоValidating Quality vs SpeedВидеоQuantization Validation Checklist for ProductionЧтениеPreparing the Fine-Tuned Model for DeploymentЗадание

Building the Production API (vLLM)

Load and Preprocess the DatasetВидеоGenerate and Store Model Outputs Before Fine-TuningВидеоConfigure Training Arguments and Fine-Tune the ModelВидеоAPI Design Patterns for Generative ModelsЧтениеBuilding the Production API (vLLM)Задание

Benchmarking & Deployment Packaging

Compare Model Outputs After Fine-TuningВидеоDockerizing the ServiceВидеоRunning on Cloud, CPU & EdgeВидеоDeployment Benchmark Templates (LLM + Vision)ЧтениеBenchmarking & Deployment PackagingЗаданиеFinal Project - The Edge-Ready API (Quantize to Serve to Benchmark)Задание
Multimodal Inference (CLIP & LLaVA)Задание
ONNX, Llama.cpp & Edge / CPU DeploymentЗадание