上一页 1 2 3 4 5 6 ··· 10 下一页

2022年9月1日

yolo v7使用triton部署

摘要: https://github.com/WongKinYiu/yolov7/tree/main/deploy/triton-inference-server 阅读全文

posted @ 2022-09-01 19:35 MissSimple 阅读(370) 评论(0) 推荐(0) 编辑

2022年8月31日

升级安装cuda

摘要: 下载驱动: https://www.nvidia.com/Download/Find.aspx 在这里下载并按照指导安装: https://developer.nvidia.com/cuda-downloads 参考:https://blog.csdn.net/qq_30374237/article 阅读全文

posted @ 2022-08-31 19:18 MissSimple 阅读(43) 评论(0) 推荐(0) 编辑

如何查看nvidia官网发布的tensorrt镜像中都包含哪些包,trt版本是多少,cuda版本是多少?如何查看nvidia官网发布的triton镜像中都包含哪些包?

摘要: 在这里查看trt镜像中包含哪些内容:https://docs.nvidia.com/deeplearning/tensorrt/container-release-notes/rel_21-07.html#rel_21-07 对应的tensorrt release版本:https://catalog 阅读全文

posted @ 2022-08-31 18:46 MissSimple 阅读(384) 评论(0) 推荐(0) 编辑

2022年6月13日

kubectl --v日志级别

摘要: Kubectl 日志输出详细程度是通过 -v 或者 --v 来控制的,参数后跟了一个数字表示日志的级别。Kubernetes 通用的日志习惯和相关的日志级别在 这里 有相应的描述。 详细程度 描述--v=0 通常对此有用,*始终*对运维人员可见。--v=1 如果您不想要详细程度,则为合理的默认日志级 阅读全文

posted @ 2022-06-13 15:51 MissSimple 阅读(589) 评论(0) 推荐(0) 编辑

2022年5月27日

vscode远程连接服务器出现Bad owner or permissions on .ssh/config

摘要: vscode远程连接服务器出现Bad owner or permissions on C:\\Users\USER\.ssh/config 过程试图写入的管道不存在, 原因是vscode的remotoe-ssh改写了.config 后,此文件的权限发生了变化,此时不仅在vscode中没权限使用con 阅读全文

posted @ 2022-05-27 17:00 MissSimple 阅读(893) 评论(0) 推荐(0) 编辑

2022年5月25日

安装helm

摘要: 直接下载一个二级制,然后解压到/usr/local下就行: 下载地址: https://github.com/helm/helm/releases Download your desired version Unpack it (tar -zxvf helm-v3.0.0-linux-amd64.t 阅读全文

posted @ 2022-05-25 16:25 MissSimple 阅读(115) 评论(0) 推荐(0) 编辑

2022年5月24日

kubebuilder入门

摘要: 1、在go/src下创建一个test-builder文件夹,注意文件夹名中不能用下划线 go/src/test-kubebuilder 2、 kubebuilder init --domain test.io 3、 kubebuilder create api --group testnew --v 阅读全文

posted @ 2022-05-24 10:45 MissSimple 阅读(52) 评论(0) 推荐(0) 编辑

2022年5月16日

.bashrc不生效

摘要: .bashrc是以来.profile生效的,所以在.$HOME下需要创建一个.profile文件内容如下: # ~/.profile: executed by the command interpreter for login shells. # This file is not read by b 阅读全文

posted @ 2022-05-16 15:51 MissSimple 阅读(636) 评论(0) 推荐(0) 编辑

go升级

摘要: 安装go: yum install epel-release yum install golang 设置环境变量: vim /etc/profile export GOROOT=/usr/local/go export GOPATH=you code path source /etc/profile 阅读全文

posted @ 2022-05-16 15:36 MissSimple 阅读(934) 评论(0) 推荐(0) 编辑

2022年5月13日

vs code连接服务器卡在Downloading VS Code Server

摘要: 普通用户, 这是下载时卡住了,网络原因一直下不下来,此时我们可以本地下载后,再传上去 ls /home/test/.vscode-server/bin/f80445acd5a3da24aa209168452a3d97cc32(一串很的东西,这里叫做commit_id吧)/vscode-servlet 阅读全文

posted @ 2022-05-13 09:54 MissSimple 阅读(9122) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 10 下一页

导航