Spaces:
Running
Running
| # Hugging Face API Token (required) | |
| # Get your token from https://huggingface.co/settings/tokens | |
| HF_TOKEN=your_huggingface_token_here | |
| # Repository ID for storing badges (optional, defaults to your "hf_username/Storage") | |
| HF_REPO_ID=hf_username/Storage | |
| # Name of space hosting this program | |
| SPACE_NAME=hf_username/Wrdler | |
| # Temporary directory for file operations (optional) | |
| TMPDIR=/tmp | |
| # TEMP=/tmp | |
| # XDG_CACHE_HOME=/tmp | |
| # Flash attention setting (optional) | |
| # USE_FLASH_ATTENTION=1 | |
| TF_ENABLE_ONEDNN_OPTS=0 | |
| CRYPTO_PK=btc_public_key_here | |
| IS_LOCAL=true | |
| USE_HF_WORDS=false | |
| HF_WORD_LIST_REPO_ID=hf_username/word-lists | |