HF_HOME top-level property
Implementation
final String HF_HOME = Platform.environment["HF_HOME"] ?? path.join(Platform.environment["XDG_CACHE_HOME"] ?? defaultHome, 'huggingface');
final String HF_HOME = Platform.environment["HF_HOME"] ?? path.join(Platform.environment["XDG_CACHE_HOME"] ?? defaultHome, 'huggingface');