随笔分类 -  🌮 零零散散的经验

摘要:未完待续。 阅读全文
posted @ 2026-02-17 23:08 MoonOut 阅读(44) 评论(0) 推荐(0)
摘要:汇总并翻译了一些 VeRL 的文档。 阅读全文
posted @ 2026-02-17 17:40 MoonOut 阅读(50) 评论(0) 推荐(0)
摘要:ssh config 中添加 RemoteForward 127.0.0.1:7890 127.0.0.1:7890。补档重传。 阅读全文
posted @ 2026-02-15 12:39 MoonOut 阅读(17) 评论(0) 推荐(0)
摘要:rsync -avzP --progress /本地/大文件.zip user@服务器IP:/目标/路径/ 阅读全文
posted @ 2026-01-30 13:34 MoonOut 阅读(192) 评论(0) 推荐(1)
摘要:主要参考官方文档,介绍了如何基于 verl 使用 RL 微调大模型。 阅读全文
posted @ 2026-01-20 16:20 MoonOut 阅读(161) 评论(0) 推荐(0)
摘要:主要参考知乎博客,介绍了如何基于 LLaMA-Factory 部署和 SFT 微调大模型。 阅读全文
posted @ 2026-01-10 17:22 MoonOut 阅读(61) 评论(0) 推荐(0)
摘要:管理员打开 cmd,输入 netsh winsock reset,重启电脑就可以了。补档重传。 阅读全文
posted @ 2026-01-06 15:48 MoonOut 阅读(22) 评论(0) 推荐(0)
摘要:自存档。 阅读全文
posted @ 2025-12-08 23:06 MoonOut 阅读(16) 评论(0) 推荐(0)
摘要:git fetch origin, git stash, git checkout -b [] origin/[] 阅读全文
posted @ 2025-04-15 15:32 MoonOut 阅读(49) 评论(0) 推荐(0)
摘要:在 ubuntu 服务器上,如何创建一个 home 目录在 /data 磁盘的 sudo 用户。 阅读全文
posted @ 2025-04-02 16:52 MoonOut 阅读(522) 评论(1) 推荐(0)
摘要:如何在 Linux(Ubuntu)系统安装 miniconda。 阅读全文
posted @ 2025-03-31 14:18 MoonOut 阅读(7622) 评论(1) 推荐(2)
摘要:不明觉厉的记下了…… 阅读全文
posted @ 2025-03-19 00:24 MoonOut 阅读(2047) 评论(0) 推荐(1)
摘要:在 python 3.8 上安装 jax,运行 offline RL 的 IQL。 阅读全文
posted @ 2025-01-23 11:47 MoonOut 阅读(689) 评论(0) 推荐(0)
摘要:MuJoCo 210 ~ mujoco_py==2.1.2.14,MuJoCo 200 ~ mujoco_py==2.0.2.8 阅读全文
posted @ 2025-01-12 15:20 MoonOut 阅读(2310) 评论(0) 推荐(0)
摘要:① mv source target,② ln -s 真实路径 快捷方式路径 阅读全文
posted @ 2025-01-01 22:42 MoonOut 阅读(139) 评论(0) 推荐(0)
摘要:让 GPT 生成 UML 图的 plantUML 代码,然后在 plantUML 网站在线绘制。 阅读全文
posted @ 2024-10-15 19:22 MoonOut 阅读(979) 评论(0) 推荐(0)
摘要:删除 git 目录:rm -rf .git 阅读全文
posted @ 2024-09-04 16:41 MoonOut 阅读(175) 评论(0) 推荐(0)
摘要:torch.set_num_threads(8) 阅读全文
posted @ 2024-08-11 18:17 MoonOut 阅读(192) 评论(0) 推荐(0)
摘要:官方教程:https://gist.github.com/saratrajput/60b1310fe9d9df664f9983b38b50d5da 阅读全文
posted @ 2024-07-31 17:57 MoonOut 阅读(322) 评论(0) 推荐(0)