# GPU (CUDA 12.8) overrides for vector store creation venv
#
# Purpose: Keep the main application environment untouched while allowing a
# separate, minimal venv for vector store creation that uses CUDA-enabled Torch.
#
# The create scripts will install all other dependencies from
# config/requirements.lock and then ensure the Torch stack matches this file.

torch>=2.8.0+cu128
torchvision>=0.23.0+cu128
torchaudio==2.8.0+cu128
