From 75b389a012a02229d248cb0b8d1f5845ad99a64e Mon Sep 17 00:00:00 2001
From: janEbert <janpublicebert@posteo.net>
Date: Tue, 9 Jul 2024 12:00:51 +0200
Subject: [PATCH] Update table of contents

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index c434330..439d30b 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,14 @@ https://medium.com/pytorch/pytorch-data-parallel-best-practices-on-google-cloud-
         - [Parallel data processing](#parallel-data-processing)
         - [Launching the processes](#launching-the-processes)
         - [Job submission](#job-submission)
+        - [Interactive use](#interactive-use)
         - [Warnings upon PyTorch Distributed initialization](#warnings-upon-pytorch-distributed-initialization)
+        - [File system problems](#file-system-problems)
+            - [Cache directories](#cache-directories)
+            - [`venv` directories](#venv-directories)
+        - [GPU kernel compilation](#gpu-kernel-compilation)
+            - [GPU architecture selection](#gpu-architecture-selection)
+            - [Kernels not being compiled](#kernels-not-being-compiled)
         - [PyTorch Lightning](#pytorch-lightning)
         - [Advanced PyTorch Distributed debugging](#advanced-pytorch-distributed-debugging)
     - [DDP](#ddp)
-- 
GitLab