摘要: 为何而组网? 原本目的仅仅是在家里搭建一台AI主机服务器,用来跑LLM/Deep Learning Model,因为笔记本性能限制,没有Nvidia卡基本跑不动LlaMa3:70b; 在下载Ollama/Llama Factory,以及使用GitHub过程中,发现不能「Scientific Inte 阅读全文
posted @ 2024-05-21 23:58 Ray1997 阅读(114) 评论(0) 推荐(0)
摘要: FRP网络通信架构 服务器启动 nohup ./frps -c frps.ini >/dev/null 2>&1 & 客户端启动 nohup ./frpc -c frpc.ini >/dev/null 2>&1 & 系统服务 启动frps start -> sudo systemctl start 阅读全文
posted @ 2024-05-21 10:42 Ray1997 阅读(17) 评论(0) 推荐(0)