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/ ```