{ "cells": [ { "attachments": {}, "cell_type": "markdown", "id": "726a0a97-3363-458a-8ff0-445617a2c750", "metadata": { "editable": true, "slideshow": { "slide_type": "" }, "tags": [] }, "source": [ "# Getting started\n", "\n", "Fox has a GPU accelerated part of the system, with four NVIDIA A100\n", "cards each, as well as three nodes with four NVIDIA RTX 3090 cards from\n", "IFI. These systems of hardware are fit for running AI on.\n", "\n", "## Educloud on-demand and the dashboard\n", "\n", "When you are logged on to [the Fox](https://ood.educloud.no/), move like\n", "this: from the left menu, go to Jupyter lab --\\> ec443 Choose one of the\n", "Nvidia GPUs from the drop down menu --\\> Rumtime. 1h --\\> Jupyter\n", "variant, Jupyter lab --\\> (You need not choose jupyter module, as the\n", "last version is pre selected) --\\> Launch. You are now in the line to\n", "get into the Jupyter lab on UiO Fox. The waiting time depends on how\n", "much machine power and time you are asking for.\n", "\n", "![fox_skjermbilde.png](../fox_skjermbilde.png)\n", "\n", "## How much machine power do I need?\n", "\n", "Some of these processes, like installing or simply punching code in\n", "Jupyter Lab, without executing it, can be done on any machine on Fox.\n", "When it comes to operations like Rag or Chatbot, it is better performed\n", "on a stronger machine with GPU.\n", "\n", "### Tasks for getting started\n", "\n", "```{admonition} Task 2.1:\n", "Explore the top menu and look into the folders. What does it look like? Familiarize yourself with the browser view of Fox. For a beginner, it is useful to learn how to copy paths and move or copy files and folders between the project area and the Home Directory.\n", "\n", "![fox_top_menu.png](../fox_top_menu.png)\n", "```\n", "\n", "```{admonition} Task 2.2:\n", "Look for the left menu in the browser view. Go to Home directory --\\> New directory (White button on second top menu) --\\> Directory name: documents. This is where you may store the documents for this workshop, and later your own material.\n", "```\n", "\n", "```{admonition} Task 2.3: \n", "Take some, or all of the content from this path: ``/fp/projects01/ec443/documents`` and move it into your own documents folder that you made on your home directory.\n", "```" ] }, { "cell_type": "markdown", "id": "96df4491", "metadata": {}, "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.8.18" } }, "nbformat": 4, "nbformat_minor": 5 }