From 88b840c504021a6e52eeabda2a34afe00938e69b Mon Sep 17 00:00:00 2001 From: guarin Date: Fri, 10 May 2024 08:34:07 +0000 Subject: [PATCH 1/3] Add Apple silicon info --- lightly_solution.ipynb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lightly_solution.ipynb b/lightly_solution.ipynb index f5356f8..248e20a 100644 --- a/lightly_solution.ipynb +++ b/lightly_solution.ipynb @@ -4,12 +4,14 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "This jupyter notebook must run on a x86 CPU (Intel or AMD), which excludes Apple Mx CPUs. We recommend running it on a Linux machine. It works both with and without a Nvidia GPU." + "We recommend running this notebook on a Linux machine. It works both with and without an Nvidia GPU. \n", + "\n", + "> If you use a Mac with an Apple silicon chip, make sure to enable Rosetta emulation in Docker Desktop for fast processing. To enable it go to `Docker Desktop > Settings > General > Use Rosetta for x86_64/amd64 emulation on Apple Silicon`. This requires [Docker Desktop](https://docs.docker.com/desktop/install/mac-install/) 4.25 or later." ] }, { "cell_type": "code", - "execution_count": 7, + "execution_count": null, "metadata": {}, "outputs": [ { From e98b91bd91c59d72b50873e7e98eb0a9308b418f Mon Sep 17 00:00:00 2001 From: guarin Date: Fri, 10 May 2024 08:35:43 +0000 Subject: [PATCH 2/3] Add apple silicon info --- lightly_solution.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightly_solution.ipynb b/lightly_solution.ipynb index 248e20a..1b7a740 100644 --- a/lightly_solution.ipynb +++ b/lightly_solution.ipynb @@ -6,7 +6,7 @@ "source": [ "We recommend running this notebook on a Linux machine. It works both with and without an Nvidia GPU. \n", "\n", - "> If you use a Mac with an Apple silicon chip, make sure to enable Rosetta emulation in Docker Desktop for fast processing. To enable it go to `Docker Desktop > Settings > General > Use Rosetta for x86_64/amd64 emulation on Apple Silicon`. This requires [Docker Desktop](https://docs.docker.com/desktop/install/mac-install/) 4.25 or later." + "> 🚧 If you use a Mac with an Apple silicon chip, make sure to enable Rosetta emulation in Docker Desktop for fast processing. To enable it go to `Docker Desktop > Settings > General > Use Rosetta for x86_64/amd64 emulation on Apple Silicon`. This requires [Docker Desktop](https://docs.docker.com/desktop/install/mac-install/) 4.25 or later." ] }, { From 48f3f4dee966d779bc5f1615cf123fb5679652e3 Mon Sep 17 00:00:00 2001 From: guarin Date: Fri, 10 May 2024 08:38:50 +0000 Subject: [PATCH 3/3] Fix execution count --- lightly_solution.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lightly_solution.ipynb b/lightly_solution.ipynb index 1b7a740..28758ad 100644 --- a/lightly_solution.ipynb +++ b/lightly_solution.ipynb @@ -11,7 +11,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": {}, "outputs": [ { @@ -33,7 +33,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 2, "metadata": {}, "outputs": [ { @@ -59,7 +59,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 3, "metadata": {}, "outputs": [], "source": [ @@ -104,7 +104,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 4, "metadata": {}, "outputs": [ { @@ -153,7 +153,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 5, "metadata": {}, "outputs": [ {