Tag: MLOps
-
Hugging Face Security and Governance: Gated Models, Malicious Weights, and Scanning Before Anything Enters Your Registry (Hugging Face Series, Part 15)
A model download is an unvetted artifact, and a pickle checkpoint can run code the moment you load it. Here is how to gate the Hugging Face Hub the way you already gate a container registry: safetensors over pickle, no blind trust_remote_code, scan before promote, pin for provenance.
-
How to Run a Hugging Face Model: Inference Providers vs Endpoints vs Self-Host (Hugging Face Series, Part 11)
Three ways to serve a Hugging Face model: the serverless Inference Providers proxy, dedicated Inference Endpoints, or self-hosting TGI on your own GPUs. A build-vs-buy verdict for the infra team that owns the bill.
-
Pushing Models and Datasets to the Hugging Face Hub: Private Repos, Versioning, and Model Cards (Hugging Face Series, Part 10)
Pushing to the Hugging Face Hub is artifact promotion. Here is how to create private repos, scope tokens and org RBAC, pin consumers to a commit, write a model card for provenance, and move large files without melting your bandwidth.
-
Accelerate: Multi-GPU Training Without Rewriting Your Code (Hugging Face Series, Part 9)
How Hugging Face accelerate turns a single-GPU training script into a multi-GPU job, when to use DDP versus FSDP versus DeepSpeed, and what the choice means for interconnect, capacity, and cost on the boxes you run.
-
safetensors and Model File Formats: Why the Format Is a Security Decision (Hugging Face Series, Part 7)
A PyTorch .bin checkpoint is a pickle, and loading one can run code on your host. Here is why safetensors fixes that by design, how to convert and load safely, and where to scan models before they reach your GPU hosts.
-
The Hugging Face datasets Library: Loading, Streaming, and Disk Survival (Hugging Face Series, Part 6)
The datasets library is a data-movement and storage problem before it is a data-science one. Here is how loading, streaming, and the Arrow cache actually behave, and how to keep them from filling your disk.
-
Hugging Face Access Tokens and the hf CLI: Credentials Done Right (Hugging Face Series, Part 3)
A Hugging Face access token is a credential, not a convenience. Here is how to scope, store, rotate and use tokens with the new hf CLI, written for the infrastructure engineer who already runs registries and secret stores.
-
Navigating the Hugging Face Hub: Models, Datasets, Spaces, and How to Read a Model Card (Hugging Face Series, Part 2)
The model card is provenance and license metadata you must vet before any model enters your environment. Here is how an infrastructure engineer reads the Hub fast and decides what to reject.
-
What Hugging Face Actually Is: the Hub, the Libraries, and the Map (Hugging Face Series, Part 1)
Hugging Face is a registry, a set of open-source libraries, and a company. For infrastructure engineers moving into AI, here is the whole platform mapped onto systems you already run.
-
NVIDIA NeMo Framework: Training and Fine-Tuning at Scale (NVIDIA AI Series, Part 22)
What the NVIDIA NeMo framework is: Megatron-Core parallelism, NeMo 2.0 Python recipes and NeMo-Run, Megatron Bridge for Hugging Face interop, and when to fine-tune instead of pretrain.
-
NeMo Customization: LoRA, SFT, and RLHF on NVIDIA NeMo (NVIDIA AI Series, Part 23)
A practical decision guide for AI infrastructure architects on the full NeMo customization spectrum: when to use LoRA, full SFT, DPO, or GRPO, what data and GPU budget each method needs, and how the NeMo Customizer microservice ties it all together.
-
Data Preparation at Scale with NeMo Curator (NVIDIA AI Series, Part 24)
NeMo Curator is NVIDIA’s GPU-accelerated data curation toolkit that runs exact dedup, fuzzy dedup, semantic dedup, heuristic filtering, classifier-based quality filters, and PII redaction at trillion-token scale using RAPIDS cuDF and Dask. Learn why investing in data curation beats buying more GPUs.
Architect’s Toolkit
PJ’s Tools
VMware Cloud Foundation
- VCF Documentation
- VCF 9 Planning & Preparation Workbook
- VCF Bill of Materials (BoM)
- VMware Compatibility Guide
- VMware Interoperability Matrix
- VMware Configuration Maximums
- VMware Ports & Protocols
- VMware Hands-on Labs
- RVTools Download
Nutanix
AI & Cloud-Native Platform
- NVIDIA Build (Model Catalog)
- NVIDIA AI Enterprise Reference Architecture
- NVIDIA NIM Performance Benchmarking
- NVIDIA NGC Catalog
- NeMo Microservices Helm Chart
- Helm Charts Repository
- Hugging Face Models
Architecture & Design
About the Author

Dr Pranay Jha
Dr. Pranay Jha is a Cloud and AI Consultant with 18+ years of experience in hybrid cloud, virtualization, and enterprise infrastructure transformation. He specializes in VMware technologies, multi-cloud strategy, and Generative AI solutions. He holds a PhD in Computer Applications with research focused on Cloud and AI, has published multiple research papers, and has been a VMware vExpert since 2016 and a VMUG Community Leader.
You May Have Missed
