随笔 - 262  文章 - 1  评论 - 22  阅读 - 27万
10 2023 档案
linux输入yum后提示: -bash: /usr/bin/yum: No such file or directory的解决方法
摘要:https://blog.csdn.net/moveym/article/details/125569233 一、首先了解Linux系统下这两个命令的区别 yum: 属于:RedHat系列 常见系统有:Redhat、Centos、Fedora等 apt-get: 属于:Debian系列 常见系统:D 阅读全文
posted @ 2023-10-31 15:47 独上兰舟1 阅读(2177) 评论(0) 推荐(0) 编辑
conda换源
摘要:vim /root/.condarc channels: - http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/linux-64/ - defaultsshow_channel_urls: true rnux-64emote_rea 阅读全文
posted @ 2023-10-31 09:28 独上兰舟1 阅读(136) 评论(0) 推荐(0) 编辑
conda: command not found解决办法
摘要:进入容器vim ~/.bashrcexport PATH=$PATH:/root/anaconda3/bin # export PATH=$PATH:【你的安装目录】source ~/.bashrc1234conda换国内源 conda config --add channels https://m 阅读全文
posted @ 2023-10-30 16:19 独上兰舟1 阅读(1559) 评论(0) 推荐(0) 编辑
解决 nvcc: command not found
摘要:1.nvcc nvcc 是The main wrapper for the NVIDIA CUDA Compiler suite. Used to compile and link both host and gpu code.(NVIDIA CUDA 编译器套件的主要包装器,用于编译和链接主机和 阅读全文
posted @ 2023-10-30 15:39 独上兰舟1 阅读(1655) 评论(0) 推荐(0) 编辑
Kaldi安装过程中遇到cub-1.8.0.tar.gz、sctk-20159b5.tar.gz、openfst-1.7.2.tar.gz三个包下载不全产生报错的状况。
摘要:Kaldi安装过程中遇到cub-1.8.0.tar.gz、sctk-20159b5.tar.gz、openfst-1.7.2.tar.gz三个包下载不全产生报错的状况。 从官网下载三个包,然后上传到Linux服务器kaldi/tools目录下,再运行Makefile即可。 以下是三个包的下载链接 c 阅读全文
posted @ 2023-10-30 11:28 独上兰舟1 阅读(170) 评论(0) 推荐(0) 编辑
Could not load host key: /etc/ssh/ssh_host_rsaxxx
摘要:/usr/sbin/sshd 错误提示: Could not load host key: /etc/ssh/ssh_host_rsa_key Could not load host key: /etc/ssh/ssh_host_ecdsa_key Could not load host key: 阅读全文
posted @ 2023-10-30 10:21 独上兰舟1 阅读(36) 评论(0) 推荐(0) 编辑
vmware 显卡虚拟化 vmware gpu虚拟化
摘要:https://blog.51cto.com/u_12959/6296111?articleABtest=0 一、问题 由于需要玩一下OpenNebula,但是现在自己只有一台笔记本,如何玩?当然是VMVare了,于是装了几台Ubuntu的虚拟机,但是在看安装OpenNebula的前提要求是 安装的 阅读全文
posted @ 2023-10-23 15:29 独上兰舟1 阅读(295) 评论(0) 推荐(0) 编辑
vmvare 17 gpu 虚拟化 vmware workstation gpu虚拟化
摘要:https://blog.51cto.com/u_12959/6296111?articleABtest=0 虚拟化(KVM) 虚拟化介绍:VMware Workstation就是虚拟化虚拟化简单讲,就是把一台物理计算机虚拟成多台逻辑计算机,每个逻辑计算机里面可以运行不同的操作系统,相互不受影响,这 阅读全文
posted @ 2023-10-23 15:27 独上兰舟1 阅读(1962) 评论(0) 推荐(0) 编辑
显卡虚拟化使用及配置技术
摘要:http://www.360doc.com/content/18/0814/21/9824753_778296481.shtml 将GPU技术与虚拟化技术融合,是近年来虚拟化行业中比较热门的技术课题,通过此种方式,将大大降低图形图像用户的使用成本以及提高数据的安全性。接下来我们将了解显卡虚拟化使用及 阅读全文
posted @ 2023-10-23 15:25 独上兰舟1 阅读(558) 评论(0) 推荐(0) 编辑
GPU实现虚拟化
摘要:GPU 虚拟化 [一] 兰新宇 talk is cheap ​关注他 对于 GPU 这样的高速 PCIe 设备,虽然也可以借助 virtio 的方式来实现 guest VM 对 GPU 资源的共享,但因为需要 hypervisor 参与 emulation,效率不高。性能更佳的方案是将物理 GPU  阅读全文
posted @ 2023-10-23 15:23 独上兰舟1 阅读(281) 评论(0) 推荐(0) 编辑
vm怎么开启GPU虚拟化
摘要:vm怎么开启GPU虚拟化 原创 mob64ca12ecf3b42023-08-16 16:26:00©著作权 文章标签虚拟化驱动程序加载文章分类虚拟化云计算阅读数453 在VM中开启GPU虚拟化方案 问题描述 虚拟机(VM)是一种常见的虚拟化技术,它允许在一台物理计算机上运行多个独立的操作系统实例。 阅读全文
posted @ 2023-10-23 11:18 独上兰舟1 阅读(3192) 评论(0) 推荐(0) 编辑
espnet安装教程
摘要:https://blog.csdn.net/g6660666g/article/details/108780906?ops_request_misc=&request_id=&biz_id=102&utm_term=centos%E5%AE%89%E8%A3%85espnet&utm_medium= 阅读全文
posted @ 2023-10-20 16:56 独上兰舟1 阅读(186) 评论(0) 推荐(0) 编辑
查看显卡使用情况nvidia-smi报错:command not found
摘要:辗转查看了很多教程,踩了好多坑,最后终于解决了,参考的相关博客会在后文做引用。 我解决的办法:1、在root下重启机器,执行:reboot2、重启以后,执行:cd /usr/src/,然后ls,查看nvidia-xxx,xxx为支持的版本号;3、安装驱动,执行:sudo apt-get instal 阅读全文
posted @ 2023-10-19 12:49 独上兰舟1 阅读(3600) 评论(0) 推荐(0) 编辑
linux下自动删除文件夹,如何在Linux中自动删除或清理/tmp文件夹内容?
摘要:https://blog.csdn.net/weixin_36315079/article/details/116614583?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522169752720316800211589266%2522% 阅读全文
posted @ 2023-10-17 15:28 独上兰舟1 阅读(1308) 评论(0) 推荐(0) 编辑
使用Anaconda Prompt创建pytorch虚拟环境报错,之前根据其他博主改过 condarc文件,但还是不行,想知道condarc文件原内容好改过来,顺便看看环境创建失败的原因
摘要:https://ask.csdn.net/questions/7687739?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522169718835016800182780874%2522%252C%2522scm%2522%253A%25 阅读全文
posted @ 2023-10-13 17:18 独上兰舟1 阅读(29) 评论(1) 推荐(0) 编辑
Python中安装库时报错:WARNING: Running pip as the ‘root‘ user can result in broken permissions and conflicti
摘要:作者:hvjg2578 围观群众:13095 更新于 2022-10-11 10:59:17 我们在安装python库时,可能会遇到这样的报错:WARNING: Running pip as the ‘root‘ user can result in broken permissions and c 阅读全文
posted @ 2023-10-13 16:17 独上兰舟1 阅读(2738) 评论(0) 推荐(0) 编辑
安装NVIDIA,CUDA, cuDNN的个人笔记
摘要:安装nvdian: sudo chmod +x NVIDIA-Linux-X86_64-440.100.run sudo ./NVIDIA-Linux-X86_64-440.100.run -no-x-check 在后面加上不对Xserver进行检查的命令(红色)就可以安装成功! 查看INVIDIA 阅读全文
posted @ 2023-10-13 11:02 独上兰舟1 阅读(70) 评论(0) 推荐(0) 编辑
Linux安装cuda和cudnn教程
摘要:https://blog.csdn.net/qq_34848334/article/details/131015697?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522169708238516800192266848%2522%252C 阅读全文
posted @ 2023-10-13 10:55 独上兰舟1 阅读(407) 评论(0) 推荐(0) 编辑
Linux系统CUDA安装及踩坑记录
摘要:https://zhuanlan.zhihu.com/p/501473091 我的Linux系统背景: 系统和驱动都已安装。 系统是centos 8。查看自己操作系统的版本信息:cat /etc/issue或者是 cat /etc/lsb-release 用nvidia-smi可以看到显卡驱动和可支 阅读全文
posted @ 2023-10-13 09:47 独上兰舟1 阅读(2226) 评论(0) 推荐(0) 编辑
安装NVIDA驱动时,出现your appear to running an x server;please exit x before installing .for further details 这个错误
摘要:安装NVIDA驱动时,出现your appear to running an x server;please exit x before installing .for further details 这个错误 主要是由于安装远程控制lightgm 导致X-server启动。 解决办法: sudo 阅读全文
posted @ 2023-10-12 17:10 独上兰舟1 阅读(1442) 评论(0) 推荐(0) 编辑
Centos GPU驱动部署(N卡驱动,CUDA,cuDNN)
摘要:https://blog.csdn.net/bjzyb/article/details/131460278 操作系统:Centos 7显卡:NVIDIA T4 基础环境准备:yum -y updateyum -y install kernel-develyum -y install epel-rel 阅读全文
posted @ 2023-10-12 14:53 独上兰舟1 阅读(232) 评论(0) 推荐(0) 编辑
CentOS7安装与卸载anaconda3
摘要:https://zhuanlan.zhihu.com/p/559103883 1.简单步骤 1.1安装步骤 #下载 wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2022.05-Linux-x86_64.sh 阅读全文
posted @ 2023-10-12 14:34 独上兰舟1 阅读(603) 评论(0) 推荐(0) 编辑
ESPnet Installation
摘要:https://blog.csdn.net/qq_41651719/article/details/115897162?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522169708026216800225560761%2522%252C 阅读全文
posted @ 2023-10-12 11:30 独上兰舟1 阅读(38) 评论(0) 推荐(0) 编辑
Kaldi+ESPnet安装指南
摘要:https://blog.csdn.net/weixin_43566049/article/details/131851128?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522169708026216800225560761%2522% 阅读全文
posted @ 2023-10-12 11:27 独上兰舟1 阅读(92) 评论(0) 推荐(0) 编辑
ESPnet搭建记录
摘要:https://blog.csdn.net/nwnu_908/article/details/117665566?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_utm_term~default-1-1176655 阅读全文
posted @ 2023-10-12 11:06 独上兰舟1 阅读(190) 评论(0) 推荐(0) 编辑
Centos7下升级gcc版本
摘要:https://blog.csdn.net/u012069313/article/details/123338980?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522169707583916800197016937%2522%252C% 阅读全文
posted @ 2023-10-12 10:41 独上兰舟1 阅读(501) 评论(0) 推荐(0) 编辑
解决winscp只能下载,无法上传的问题
摘要:我用winscp从linux下载文件到本地没有出现任何问题,但是把windows的文件上传到linux的时候,就一直出现权限的问题,照了网上很多方法去修改配置文件,也都行不通,最后发现直接用root登录,然后把文件上传到/root,再去移动就好了。注意用scp协议就可以了,不需要sftp 然后再把它 阅读全文
posted @ 2023-10-12 09:35 独上兰舟1 阅读(177) 评论(0) 推荐(0) 编辑
kaldi入门:搭建第一个中文ASR (AISHELL-1)
摘要:https://blog.csdn.net/Ephemeroptera/article/details/106634471?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522169690079216800197091653%2522%25 阅读全文
posted @ 2023-10-10 09:25 独上兰舟1 阅读(53) 评论(0) 推荐(0) 编辑
成功解决WARNING: You do not appear to have an NVIDIA GPU supported by the 430.34 NVIDIA Linux graph
摘要:https://blog.csdn.net/qq_41185868/article/details/97521492?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522169682165516800215061872%2522%252C% 阅读全文
posted @ 2023-10-09 11:26 独上兰舟1 阅读(484) 评论(0) 推荐(0) 编辑
安装nvcc
摘要:conda install -c nvidia cuda-nvcc 阅读全文
posted @ 2023-10-08 11:30 独上兰舟1 阅读(65) 评论(1) 推荐(0) 编辑
安装cuda
摘要:conda install -c anaconda cudatoolkit 阅读全文
posted @ 2023-10-08 10:10 独上兰舟1 阅读(5) 评论(0) 推荐(0) 编辑
bash: conda: command not found
摘要:在Linux系统中安装完anaconda3或者miniconda3后,输入conda命令却返回bash: conda: command not found。 首先我尝试了网络上流传比较广的这个方法: 1.打开文件bashrc命令:vim ~/.bashrc 2.在最后一行加入 export PATH 阅读全文
posted @ 2023-10-07 16:26 独上兰舟1 阅读(1196) 评论(0) 推荐(1) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示