diff --git a/supervisord.conf b/supervisord.conf index dd11689..cf48593 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -52,7 +52,7 @@ stdout_logfile_maxbytes=50MB stdout_logfile_backups=10 stderr_logfile_maxbytes=50MB stderr_logfile_backups=10 -environment=HF_HOME="huggingface_cache" +environment=HF_HOME="huggingface_cache",HF_TOKEN="%(ENV_HF_TOKEN)s" priority=200 stopwaitsecs=30