+
+
Choose the inference mode for your model:
+
+
+
+
+ {useGpu ? (
+
+ ) : (
+
+ )}
+
+
{useGpu ? 'GPU Acceleration' : 'CPU Mode'}
+
+ {useGpu
+ ? 'Faster inference but requires compatible NVIDIA GPU'
+ : 'Compatible with all systems, but slower inference'}
+
+
+
+
+
+
+
+
+
+ {!cudaAvailable && (
+
+
+ No CUDA-compatible GPU detected. Running in CPU-only mode.
+
+
+ )}
+
+
+ GPU acceleration requires a compatible NVIDIA graphics card with CUDA support.
+ CPU mode works on all systems but may be slower.
+
+
+