安装win系统

使用wepe制作启动盘
https://www.wepe.com.cn/download.html

下载完毕后,双击exe,选择安装到u盘(看左侧),然后,点击制作U盘,等待进度条完毕,然后U盘会出现两个区,一个区比较小,还有80MB空间可用

下载win系统,然后,将系统复制到大的分区里面一般是>1G的那个区

https://msdn.sjjzm.com/win10.html




关于服务器重装win11 等待的时间比较长,多等一会儿(半小时左右)

如果不想登录microsoft账户(win11) start ms-cxh:localonly

image




驱动上最高支持的是13.1 实际安装cuda12.9也没问题(前向兼容,甚至可以共存),pytorch 安装12.8 也没问题
https://blog.csdn.net/qq_39033956/article/details/156168017
https://developer.download.nvidia.cn/compute/cudnn/redist/cudnn/windows-x86_64/




win11 鼠标右键 https://zhuanlan.zhihu.com/p/626355083
修改注册表
reg.exe add "HKCU\Software\Classes\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
重启文件系统
taskkill /f /im explorer.exe & start explorer.exe




https://mirrors.aliyun.com/python-release/windows/?spm=a2c6h.25603864.0.0.9bbb2cfeDBCDLp

搞完了发现在原生win上跑yolo太差劲儿了,切换wsl2

https://www.cnblogs.com/xiao987334176/p/18864140
https://cloud.tencent.com/developer/article/2644629

更新系统 sudo apt update && sudo apt upgrade -y
安装miniforge
https://www.cnblogs.com/fang-d/p/17832995.html

sudo apt update && sudo apt upgrade -y
# Setup Miniforge
wget https://mirrors.tuna.tsinghua.edu.cn/github-release/conda-forge/miniforge/LatestRelease/Miniforge3-Linux-`uname -m`.sh
chmod +x ./Miniforge3-Linux-`uname -m`.sh
./Miniforge3-Linux-`uname -m`.sh -b -f -p ~/.miniconda
~/.miniconda/bin/mamba shell init
bash
conda config --set auto_activate false


 
# Remove Mamba Banner
mamba activate base
mamba env config vars set MAMBA_NO_BANNER=1
mamba deactivate
mamba activate base
conda init
source ~/.bashrc
posted @ 2026-03-31 18:30  小城熊儿  阅读(22)  评论(0)    收藏  举报