diff --git a/Notebooks/nikolai/nikolai_p1.ipynb b/Notebooks/nikolai/nikolai_p1.ipynb index 83a22e2535de1381b9b8fb87339e3bf157b3dd0f..b49655812f865a8ba52618f6a41b384b90654347 100644 --- a/Notebooks/nikolai/nikolai_p1.ipynb +++ b/Notebooks/nikolai/nikolai_p1.ipynb @@ -13,7 +13,6 @@ "import numpy as np\n", "import matplotlib.pyplot as plt\n", "\n", - "\n", "# because lazy\n", "def exp(x):\n", " return math.exp(x)\n", @@ -50,6 +49,16 @@ "execution_count": 4, "metadata": {}, "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "2023-10-19 20:05:49.157929: I tensorflow/compiler/xla/stream_executor/cuda/cuda_gpu_executor.cc:981] could not open file to read NUMA node: /sys/bus/pci/devices/0000:29:00.0/numa_node\n", + "Your kernel may have been built without NUMA support.\n", + "2023-10-19 20:05:49.276668: W tensorflow/core/common_runtime/gpu/gpu_device.cc:1960] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\n", + "Skipping registering GPU devices...\n" + ] + }, { "name": "stdout", "output_type": "stream", @@ -171,7 +180,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.3" + "version": "3.11.5" } }, "nbformat": 4, diff --git a/Notebooks/nikolai/requirements.txt b/Notebooks/nikolai/requirements.txt index e93c4dfa9bf09a9ebda62f364747a57642e25fea..864766d2ce75f86190fc43eb3fbe84c1f49ab040 100644 Binary files a/Notebooks/nikolai/requirements.txt and b/Notebooks/nikolai/requirements.txt differ