Spaces:
Running
Running
| # Environment Variables for SpaceDebris Localizer | |
| # Copy this file to .env and fill in your values | |
| # Hugging Face credentials (for GitHub Actions sync) | |
| HF_TOKEN= | |
| HF_USERNAME= | |
| HF_SPACE_NAME= | |
| # Model configuration | |
| # MODEL_ID=nvidia/LocateAnything-3B | |
| # DEVICE=cuda | |
| # DTYPE=bfloat16 | |
| # MAX_NEW_TOKENS=8192 | |
| # GENERATION_MODE=hybrid | |
| # TEMPERATURE=0.7 | |
| # PORT=7860 | |