logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

三分钟用github制作个人主页

1.登陆github,新建仓库2.仓库名为你的github用户名 + “.github.io”,并勾选 “Add a README file”3.选择Settings4.下滑找到Github Pages,选择分支和主题6.访问xxx.github.io,就可以看到你的个人主页啦!7.回到github,编辑 .md 文件,commit8.再次回到主页,已经被你修改啦!...

#github
0/1 nodes are available: 1 Insufficient nvidia.com/gpu

最近用k8s pod调用gpu,遇到了这个问题:0/1 nodes are available: 1 Insufficient nvidia.com/gpu后来发现是gpu资源被其他pod占用了,删掉那个pod之后可以了。所以要检查gpu资源够不够,有没有被占用。

#k8s#人工智能
0/1 nodes are available: 1 Insufficient nvidia.com/gpu

最近用k8s pod调用gpu,遇到了这个问题:0/1 nodes are available: 1 Insufficient nvidia.com/gpu后来发现是gpu资源被其他pod占用了,删掉那个pod之后可以了。所以要检查gpu资源够不够,有没有被占用。

#k8s#人工智能
0/1 nodes are available: 1 Insufficient nvidia.com/gpu

最近用k8s pod调用gpu,遇到了这个问题:0/1 nodes are available: 1 Insufficient nvidia.com/gpu后来发现是gpu资源被其他pod占用了,删掉那个pod之后可以了。所以要检查gpu资源够不够,有没有被占用。

#k8s#人工智能
Mac 不能将项目xxx移到废纸篓,因为它已打开

打开“活动监视器”,找到相应进程,退出之后再删除。

Spring boot Error: Content type ‘application/json;charset=UTF-8‘ not supported 今天又被poatman坑了

Spring bootError: Content type ‘application/json;charset=UTF-8’ not supported。用cURL测试是成功的,所以是postman的问题,重新把请求复制一遍成功了。点击postman右侧的code,复制cURL到命令行测试成功。...

到底了