2026-03-06 11:57:24 +01:00
|
|
|
# shellcheck shell=bash
|
2026-03-06 12:05:05 +01:00
|
|
|
# Access token for Hugging Face (ML model hub and inference API)
|
2026-03-06 11:57:24 +01:00
|
|
|
# Copy to 99-huggingface and fill in your token, then: chmod 700 99-huggingface
|
|
|
|
|
require_private "${BASH_SOURCE[0]}"
|
|
|
|
|
export HF_TOKEN=your-token-here
|