diff --git a/downloads-generation/models_class1_pan_unselected/cluster_submit_script_header.mssm_hpc.lsf b/downloads-generation/models_class1_pan_unselected/cluster_submit_script_header.mssm_hpc.lsf
index 28a5e1577ae8c4c17902337cbb41361bdc0f3e9f..4d334e0dc595be2c35e7dc23f880e834761c66bd 100644
--- a/downloads-generation/models_class1_pan_unselected/cluster_submit_script_header.mssm_hpc.lsf
+++ b/downloads-generation/models_class1_pan_unselected/cluster_submit_script_header.mssm_hpc.lsf
@@ -20,8 +20,10 @@ export KMP_SETTINGS=1
 set -e
 free -m
 
-module load cuda/10.1.105
-module load cudnn/7.1.1
+module add cuda/10.0.130 cudnn/7.1.1
+module list
+
+python -c 'import tensorflow as tf ; print("GPU AVAILABLE" if tf.test.is_gpu_available() else "GPU NOT AVAILABLE")'
 
 env