From 030d9f79352d118b258dbc38f7762220e2ca8f13 Mon Sep 17 00:00:00 2001 From: herzogflorian Date: Mon, 2 Mar 2026 20:59:27 +0100 Subject: [PATCH] Replace hardcoded username with placeholder in README Made-with: Cursor --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6dc7cce..68c3428 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ The server `silicon.fhgr.ch` has **4× NVIDIA L40S** GPUs (46 GB VRAM each, ### Step 0: SSH into the Server ```bash -ssh herzogfloria@silicon.fhgr.ch +ssh @silicon.fhgr.ch ``` ### Step 1: Clone the Repository @@ -408,5 +408,5 @@ tmux attach -t llm ### Syncing files to the server - No `git` or `pip` on the host — use `scp` from your local machine: ```bash -scp app.py 03_start_server.sh herzogfloria@silicon.fhgr.ch:~/LLM_local/ +scp app.py 03_start_server.sh @silicon.fhgr.ch:~/LLM_local/ ```