From d8a723a4c7bb548a1663519e1472bde0baf7ff6a Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Tue, 30 Jun 2026 17:30:20 +0200 Subject: [PATCH] notes --- QUICKSTART.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/QUICKSTART.md b/QUICKSTART.md index af9ebd4..97d2eb3 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -129,7 +129,8 @@ $env:HF_HOME = "D:\DEV\models" One-line variants: ```powershell -.\.venv\Scripts\meshnet-node.exe start --tracker http://192.168.0.179:8081 --model Qwen/Qwen2.5-0.5B-Instruct --advertise-host 192.168.0.20 +// only this works - when not behind NAT(wsl), and via IP. Revisit when relaying/RPC is implemented +.\.venv\Scripts\meshnet-node.exe start --tracker http://192.168.0.179:8081 --model Qwen/Qwen2.5-0.5B-Instruct --advertise-host 192.168.0.20 .\.venv\Scripts\meshnet-node.exe start --tracker http://ai.neuron.d-popov.com --model Qwen/Qwen2.5-0.5B-Instruct --advertise-host 192.168.0.20 ```