huggingface
Installation
SKILL.md
Hugging Face
Installation
# Install core libraries
pip install transformers datasets tokenizers accelerate huggingface_hub
# Login to Hugging Face Hub
huggingface-cli login
# Or set token as environment variable
export HF_TOKEN="hf_xxxxxxxxxxxxxxxxxxxx"
Quick Inference with Pipelines
Related skills