摘要: 1.安装nodejs(推荐默认下一步直到完成安装) https://nodejs.org/zh-cn/download 2.安装Claude code 安装命令,在macos的终端中执行 npm install -g @anthropic-ai/claude-code 安装报错 npm error 阅读全文
posted @ 2026-05-12 12:54 Leonardo-li 阅读(9) 评论(0) 推荐(0)
摘要: # 当给mac升级系统时,发现默认是升级到最新的系统,如果想升级到指定的版本,可以按照以下方式操作 1.当前系统版本 2.打开下列网址,选择使用App Store https://support.apple.com/zh-cn/102662 3.选择指定版本,我这里选择 Monterey 12 4. 阅读全文
posted @ 2026-05-11 22:41 Leonardo-li 阅读(28) 评论(0) 推荐(0)
摘要: 1.模型选型 服务器信息:NVIDIA T4 * 2 16G * 2 Driver Version: 535.154.05 CUDA Version: 12.2 模型选择InternVL3_5-8B,速度非常快,毫秒级响应 2.模型下载 docker run --rm -it \ --gpus al 阅读全文
posted @ 2026-05-08 14:09 Leonardo-li 阅读(14) 评论(0) 推荐(0)
摘要: 1.模型选型 服务器信息:NVIDIA T4 * 2 16G * 2 Driver Version: 535.154.05 CUDA Version: 12.2 模型选择Qwen2.5-VL-7B-Instruct-AWQ,速度非常快,毫秒级响应 2.下载模型 docker run --rm -it 阅读全文
posted @ 2026-05-07 17:57 Leonardo-li 阅读(31) 评论(0) 推荐(0)
摘要: 1.中文官网文档 https://opencode.ai/zh 2.安装步骤(windows推荐使用) win + R 打开windows命令终端,执行安装命令 curl -fsSL https://opencode.ai/install | bash 通过安装结果,opencode的环境变量没有写 阅读全文
posted @ 2026-05-05 21:59 Leonardo-li 阅读(75) 评论(0) 推荐(0)
摘要: NVIDIA L20 部署 Qwen3.6-27B-FP8 全链路故障复盘手册 整体状态:未闭环截至本手册编写,模型未能成功部署运行。 环境概览 GPU: NVIDIA L20 (46GB) x1 最终驱动: NVIDIA 580.142 Docker 版本: 20.10.9 目标模型: Qwen3 阅读全文
posted @ 2026-04-30 17:03 Leonardo-li 阅读(65) 评论(0) 推荐(0)
摘要: 1.访问 NVIDIA 官方驱动下载页: # 直接访问 NVIDIA 官方驱动下载页面: https://www.nvidia.com/Download/index.aspx?lang=en-us 精确筛选: Product Type (产品类型):选择 Data Center / Tesla。 P 阅读全文
posted @ 2026-04-28 15:13 Leonardo-li 阅读(34) 评论(0) 推荐(0)
摘要: 1.安卓手机终端安装、初始化、安装ubuntu系统等步骤请参考下边文档步骤1-步骤8 https://www.cnblogs.com/Leonardo-li/p/19713164 2.ubuntu20.04部署Hermes 因为使用安卓手机安装,由于底层文件系统的原因,uv包管理无法创建硬链接,而u 阅读全文
posted @ 2026-04-27 16:20 Leonardo-li 阅读(112) 评论(0) 推荐(0)
摘要: 1.打开nvidia网址 https://build.nvidia.com/ 2.点击右上角的login登录 3.使用国内邮箱注册并填写用户名,邮箱使用qq或者163,方便接受验证码 4.点击底部的Please verify your account to get API access,验证手机号, 阅读全文
posted @ 2026-04-22 23:55 Leonardo-li 阅读(50) 评论(0) 推荐(0)
摘要: 配置流程 使用cc-switch接入国内模型 使用trae安装Claude Code插件 Claude Code插件自动调用cc-switch接入的模型 1.cc-switch安装并接入大模型 https://www.cnblogs.com/Leonardo-li/p/19890846 2.trae 阅读全文
posted @ 2026-04-19 17:36 Leonardo-li 阅读(437) 评论(0) 推荐(0)
摘要: 配置流程 使用cc-switch接入国内模型 使用vscode安装Claude Code插件 Claude Code插件自动调用cc-switch接入的模型 1.cc-switch安装、模型接入参考下列连接中的步骤 https://www.cnblogs.com/Leonardo-li/p/1989 阅读全文
posted @ 2026-04-19 17:24 Leonardo-li 阅读(126) 评论(0) 推荐(0)
摘要: Windows 11安装Claude code详细步骤 npm安装方式最新版本已经不支持,具体信息查看步骤 1-1.6 PowerShell使用官方 irr 命令安装报错,具体清空查看步骤 3-3.1 Windows默认cmd窗口使用WinGet官方命令可正常安装,完整安装步骤请查看步骤 4(Win 阅读全文
posted @ 2026-04-19 16:09 Leonardo-li 阅读(1876) 评论(0) 推荐(1)
摘要: 1.报错信息 Error response from daemon: OCI runtime create failed: container_linux.go:318: starting container process caused "process_linux.go:281: applyin 阅读全文
posted @ 2026-04-10 17:41 Leonardo-li 阅读(7) 评论(0) 推荐(0)
摘要: 1.浏览器输入网址,登录huggingface官网 注册huggingface失败的,请看:https://www.cnblogs.com/Leonardo-li/p/19769436 https://huggingface.co/ 2.创建access token 首次创建access token 阅读全文
posted @ 2026-03-25 15:15 Leonardo-li 阅读(195) 评论(0) 推荐(0)
摘要: 1.官网地址 https://huggingface.co/ 2.解决方法: 手动开启代理,切换wanwan的代理可以直接注册成功 阅读全文
posted @ 2026-03-25 13:33 Leonardo-li 阅读(506) 评论(0) 推荐(0)
摘要: 1.情况说明 只修改/etc/docker/damon.json配置文件或者/lib/systemd/system/docker.service配置文件,重启docker服务不生效,所以才执行如下操作。 对于docker的网络模式为host的容器影响不大 2.修改docker.service中的配置 阅读全文
posted @ 2026-03-24 18:09 Leonardo-li 阅读(28) 评论(0) 推荐(0)
摘要: 1.登录智谱ai平台,进行实名注册,首次送500万token https://open.bigmodel.cn/ 财务总览——资源包管理——我的资源包 2.创建智谱apikey 3.修改openclaw配置文件,配置智谱apikey,其他配置保持不变 "models": { "mode": "mer 阅读全文
posted @ 2026-03-23 18:42 Leonardo-li 阅读(1933) 评论(0) 推荐(0)
摘要: 1.在openclaw命令行下载clawhub,安装三方skills root@localhost:~# npm i -g clawhub added 34 packages in 15s 20 packages are looking for funding run `npm fund` for 阅读全文
posted @ 2026-03-22 23:21 Leonardo-li 阅读(176) 评论(0) 推荐(0)
摘要: 1.旧手机信息 nubia Z17 mini 安卓手机 安卓版本6.0.1 8核 6+64G 2.下载termux工具(可以用笔记本提前下载好,传给手机) 安卓上最经典、最强大的Linux环境模拟器,社区资源极其丰富 github下载地址,可以选择对应的安卓版本的安装包,universal.apk 阅读全文
posted @ 2026-03-22 21:55 Leonardo-li 阅读(568) 评论(0) 推荐(0)
摘要: 1.logstash简介 Logstash 是 Elastic Stack 的数据处理管道,负责采集、转换和输出数据。 2.使用场景 由于业务需要,我需要将elastic集群中的数据定时同步到另一个独立的elastic单节点中,对比了一些工具,最后还是选择了logstash。 3.elastic环境 阅读全文
posted @ 2026-03-07 17:11 Leonardo-li 阅读(19) 评论(0) 推荐(0)
摘要: 1.系统环境 NVIDIA T4 * 2 /16G * 2 Driver Version: 535.154.05 CUDA Version: 12.2 Qwen/Qwen2.5-Coder-32B-Instruct-AWQ 2.vllm镜像下载,使用vllm加载模型 docker pull vllm 阅读全文
posted @ 2026-05-13 13:22 Leonardo-li 阅读(4) 评论(0) 推荐(0)