From 5265cd6b2c2189d40ae153df71b1e26a7306be44 Mon Sep 17 00:00:00 2001 From: Hamel Husain Date: Mon, 26 Feb 2024 22:47:31 -0800 Subject: [PATCH] Update debugging.md (#1339) [skip ci] --- docs/debugging.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/debugging.md b/docs/debugging.md index 723f8dfce..59df0b785 100644 --- a/docs/debugging.md +++ b/docs/debugging.md @@ -74,7 +74,6 @@ pip3 install -e '.[flash-attn,deepspeed]' If you developing on a remote host, you can easily use VSCode to debug remotely. To do so, you will need to follow this [remote - SSH guide](https://code.visualstudio.com/docs/remote/ssh). You can also see the video below on [Docker and Remote SSH debugging](#video---attaching-to-docker-on-remote-host). -```bash ### Configuration