| # Storage & offline settings | |
| HF_HOME=/data/adaptai/models # Root cache for Hugging Face models/tokenizers | |
| VLLM_CACHE_ROOT=/data/adaptai/models # vLLM model cache root | |
| HF_HUB_OFFLINE=0 # Set to 1 if you want offline-only mode later | |
| # GPU & logging settings | |
| CUDA_VISIBLE_DEVICES=0 | |
| VLLM_LOGGING_LEVEL=INFO | |
| TQDM_DISABLE=0 # Keep runtime progress bars enabled | |