Replace hardcoded username with placeholder in README
Made-with: Cursor
This commit is contained in:
parent
a5657c3c1f
commit
030d9f7935
@ -70,7 +70,7 @@ The server `silicon.fhgr.ch` has **4× NVIDIA L40S** GPUs (46 GB VRAM each,
|
|||||||
### Step 0: SSH into the Server
|
### Step 0: SSH into the Server
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ssh herzogfloria@silicon.fhgr.ch
|
ssh <name>@silicon.fhgr.ch
|
||||||
```
|
```
|
||||||
|
|
||||||
### Step 1: Clone the Repository
|
### Step 1: Clone the Repository
|
||||||
@ -408,5 +408,5 @@ tmux attach -t llm
|
|||||||
### Syncing files to the server
|
### Syncing files to the server
|
||||||
- No `git` or `pip` on the host — use `scp` from your local machine:
|
- No `git` or `pip` on the host — use `scp` from your local machine:
|
||||||
```bash
|
```bash
|
||||||
scp app.py 03_start_server.sh herzogfloria@silicon.fhgr.ch:~/LLM_local/
|
scp app.py 03_start_server.sh <name>@silicon.fhgr.ch:~/LLM_local/
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user