上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 95 下一页
摘要: 前言 在使用 docker save 时报错: docker save lanling-text-trainer:v1 -o lanling-text-trainer.tar Error response from daemon: write /var/lib/docker/tmp/docker-e 阅读全文
posted @ 2025-03-27 09:24 牛奔 阅读(291) 评论(0) 推荐(0)
摘要: 前言 python 执行脚本时,报错:ModuleNotFoundError: No module named 'sklearn' 解决 pip install scikit-learn 阅读全文
posted @ 2025-03-25 18:22 牛奔 阅读(472) 评论(0) 推荐(0)
摘要: 前言 运行 Python 文件报错: ModuleNotFoundError: No module named 'yaml' 说明当前 Python 环境缺少该包,使用 pip 安装该包即可,但要注意的是安装的包名不是 yaml 而是 pyyaml,即 pip install pyyaml 阅读全文
posted @ 2025-03-25 18:07 牛奔 阅读(1950) 评论(0) 推荐(1)
摘要: 下载模型仓库 git clone https://github.com/deepseek-ai/DeepSeek-VL2.git 国内下载仓库失败时,可以使用以下代理: git clone https://github.moeyy.xyz/https://github.com/deepseek-ai 阅读全文
posted @ 2025-03-18 18:47 牛奔 阅读(1488) 评论(0) 推荐(0)
摘要: 前言 之前一直使用,以下两种方式安装英伟达驱动 Ubuntu Nvidia driver驱动安装(新) Ubuntu Nvidia driver驱动安装及卸载 其实安装好 CUDA Toolkit, 驱动也会一同安装 cuda下载地址 https://developer.nvidia.com/cud 阅读全文
posted @ 2025-03-17 12:56 牛奔 阅读(5036) 评论(0) 推荐(0)
摘要: 下载地址 https://www.anaconda.com/download/success 选择系统版本,复制链接 wget https://repo.anaconda.com/archive/Anaconda3-2024.10-1-Linux-x86_64.sh 脚本赋权,再执行安装 chmod 阅读全文
posted @ 2025-03-17 12:55 牛奔 阅读(1283) 评论(0) 推荐(0)
摘要: 前言 使用 Anaconda 激活 python 环境,报错: conda activate deepseek7B CondaError: Run 'conda init' before 'conda activate' 解决 # 重新进入虚拟环境 source activate # 退出虚拟环境 阅读全文
posted @ 2025-03-17 10:45 牛奔 阅读(6635) 评论(1) 推荐(0)
摘要: 下载模型仓库 git clone https://github.com/deepseek-ai/Janus.git 国内下载仓库失败时,可以使用以下代理: git clone https://github.moeyy.xyz/https://github.com/deepseek-ai/Janus. 阅读全文
posted @ 2025-03-11 22:55 牛奔 阅读(1071) 评论(0) 推荐(0)
摘要: 前言 k8s 集群中,使用 kubelet 报错,如下: The connection to the server 127.0.0.1:6443 was refused - did you specify the right host or port? 排查思路 1. 检查环境是否正常 1.1 确认 阅读全文
posted @ 2025-02-07 10:53 牛奔 阅读(3425) 评论(0) 推荐(0)
摘要: 前言 git push origin master git push 时报错: error: src refspec master does not match anyerror: failed to push some refs to 'https://gitee.com 这个错误可能是由不同原因 阅读全文
posted @ 2025-02-05 09:17 牛奔 阅读(2648) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 95 下一页