From f2b036c677cb60bae6b70ff8c2e8dc906157e71b Mon Sep 17 00:00:00 2001 From: Erik Winge Date: Sat, 14 Dec 2024 12:25:57 +0100 Subject: [PATCH] login: running time --- 0_login.ipynb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/0_login.ipynb b/0_login.ipynb index aa6a785..41db851 100644 --- a/0_login.ipynb +++ b/0_login.ipynb @@ -54,13 +54,14 @@ "Here, you can configure your JupyterLab session.\n", "- In the field *\"Choose the Educloud project to run under:\"*, you should select *ec443*.\n", "- In the field *\"Choose resources:\"*, you should select *\"GPU (1x Nvidia A100 40GB, 24 CPU cores, 250GB RAM)\"*.\n", - "- In the field *\"Runtime (in hours)\"* you should enter 3.\n", + "- In the field *\"Runtime (in hours)\"* you should enter 3, for this course.\n", + "In general, avoid reserving a GPU for longer than necessary, because GPUs are limited, shared resources.\n", "- In the field *\"Choose Jupyter module (required)\"* you should select *\"4.2.0-GCCcore-13.2.0\"*.\n", " \n", "The other fields should be blank.\n", "Now, your setup should look like the picture below.\n", "\n", - "Start JupyterLab by clicking on the blue \"Launch\" button at the bottom of the form.\n", + "Start JupyterLab by clicking the blue \"Launch\" button at the bottom of the form.\n", "\n", "![RAG flowchart](images/JupyterLab.png)" ]