会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
hungry & foolish
虚竹
博客园
首页
新随笔
联系
订阅
管理
2024年3月26日
vim 多行缩进操作
摘要: 操作为,esc从编辑模式退到命令模式,将光标移到需要缩进的行的行首,然后按shift+v,可以看到该行已被选中,且左下角提示为“可视” 按键盘上的上下方向键,如这里按向下的箭头,选中所有需要批量缩进的行 按shift+>,是向前缩进一个tab值,按shift+<,则是缩回一个tab值,
阅读全文
posted @ 2024-03-26 09:30 威威后花园
阅读(799)
评论(0)
推荐(0)
2024年3月14日
容器集群实现多机多卡分布式微调大模型chatglm2-6b(deepseed + LLaMA + NCCL)
摘要: 环境信息 2台物理机(187.135,187.136),各两张p4显卡,安装好docker=20.10.0, 安装好nvidia驱动(driver version=470.223.02, cuda version=11.4) 构造容器集群(docker swarm 187.136节点作为manage
阅读全文
posted @ 2024-03-14 15:56 威威后花园
阅读(881)
评论(0)
推荐(0)
2022年10月11日
iterm2免密登录
摘要: 增加如下sh脚本 #!/usr/bin/expect -f trap {set rows [stty rows]set cols [stty columns]stty rows $rows columns $cols < $spawn_out(slave,name)} WINCH set host
阅读全文
posted @ 2022-10-11 15:58 威威后花园
阅读(72)
评论(0)
推荐(0)
2021年12月29日
minikube + virtualbox安装及使用
摘要: 安装及使用 minikube start --vm-driver=virtualbox --image-mirror-country=cn --image-repository=registry.cn-hangzhou.aliyuncs.com/google_containers --iso-url
阅读全文
posted @ 2021-12-29 21:22 威威后花园
阅读(817)
评论(0)
推荐(0)
2021年12月28日
k8s学习
摘要: k8s的startup https://kubernetes.io/docs/setup/ kubeflow https://www.kubeflow.org/docs/components/pipelines/installation/standalone-deployment/ tf opert
阅读全文
posted @ 2021-12-28 16:18 威威后花园
阅读(43)
评论(0)
推荐(0)
2021年12月21日
xgboost原理及公式推导
摘要: https://zhuanlan.zhihu.com/p/313873993
阅读全文
posted @ 2021-12-21 14:36 威威后花园
阅读(25)
评论(0)
推荐(0)
2021年12月17日
openstack的调度管理
摘要: https://blog.csdn.net/karamos/article/details/80124099
阅读全文
posted @ 2021-12-17 17:10 威威后花园
阅读(21)
评论(0)
推荐(0)
2021年12月16日
tensorflow两种分布式探索调研
摘要:
阅读全文
posted @ 2021-12-16 20:32 威威后花园
阅读(35)
评论(0)
推荐(0)
openstack nova学习
摘要: https://blog.csdn.net/dylloveyou/article/details/80698420
阅读全文
posted @ 2021-12-16 19:57 威威后花园
阅读(27)
评论(0)
推荐(0)
xgboost推导
摘要: https://blog.csdn.net/Datawhale/article/details/106893926 XGBoost原理介绍 从0开始学习,经历过推导公式的波澜曲折,下面展示下我自己的推公式的手稿吧,希望能激励到大家能够对机器学习数据挖掘更加热爱! XGBoost公式1
阅读全文
posted @ 2021-12-16 12:18 威威后花园
阅读(39)
评论(0)
推荐(0)
下一页
公告