Friday, August 1, 2025

Hugging Face - Upgrade to Xet

I received an informational email on - Hugging face upgrading the Hub's storage backend from Git LFS to Xet. It stated that "Xet is our chunk-based backend that already powers 50% of all Hub downloads and serves the Llama, Qwen, Gemma, and Phi model families."

Xet Documentation link:  https://huggingface.co/docs/hub/en/storage-backends#using-xet-storage

Command given:

pip install -U huggingface_hub

Output:



No comments:

Post a Comment

How to setup and use a local ollama server running on a windows 11 machine, from any machine in a local area network

 ## 1. Install Ollama on the Windows 11 host Download and install Ollama on the machine with the GPU/CPU you want to use. Pull a model and v...