会员
周边
新闻
博问
闪存
众包
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
河在谈
N线城市程序员,擅长搭建各种演示系统、扒页面、改开源、二次开发、找代码、找注册码、找破解、集成、跨域、嵌套、写本子、改PPT、做三陪(陪喝酒、陪吸二手烟、陪biao),只要是需求就能出demo、只要是代码就能上手改、只要是个系统都在云上、元宇宙中、区块链内......
博客园
首页
新随笔
联系
订阅
管理
2026年3月19日
copaw安装使用,ollama
摘要: 1、copaw要支持ollama模型要采用下面的命令安装: curl -fsSL https://copaw.agentscope.io/install.sh | bash -s -- --extras ollama 2、启动,局域网可访问 copaw app --host 0.0.0.0
阅读全文
posted @ 2026-03-19 11:21 河在谈
阅读(3)
评论(0)
推荐(0)
2026年3月18日
ubuntu24.04 安装 cuda 13.2
摘要: 1、下载 wget https://developer.download.nvidia.com/compute/cuda/13.2.0/local_installers/cuda_13.2.0_595.45.04_linux.run 2、安装gcc 11 #11版本 sudo apt install
阅读全文
posted @ 2026-03-18 14:29 河在谈
阅读(3)
评论(0)
推荐(0)
2026年3月13日
群辉采用Virtual Machine Manager安装ImmortalWrt
摘要: 1、到套件中心安装 Virtual Machine Manager 2、打开上传下载的 ImmortalWrt 套件.img格式的,X86-64的:https://immortalwrt.kyarucloud.moe/releases/24.10.4/targets/x86/64/immortalw
阅读全文
posted @ 2026-03-13 13:48 河在谈
阅读(28)
评论(0)
推荐(0)
2026年3月7日
Excel 宏 日期选择
摘要: https://trevoreyre.com/portfolio/excel-datepicker/
阅读全文
posted @ 2026-03-07 22:49 河在谈
阅读(2)
评论(0)
推荐(0)
2026年2月11日
ollama下载模型并运行
摘要: 1、下载对应版本的程序 /opt/ollama# wget https://github.com/ollama/ollama/releases/download/v0.15.5-rc3/ollama-linux-amd64.tar.zst 2、解压 # tar -I zstd -xvf ollama
阅读全文
posted @ 2026-02-11 08:10 河在谈
阅读(154)
评论(0)
推荐(0)
2026年1月29日
docker镜像离线导出、导入
摘要: 镜像太大,服务器1费好大劲下载完了,可以直接导出导入到服务器2、3、4 在服务器1 docker save -o vllm-openai.tar vllm/vllm-openai 然后拷贝到别的服务器 scp vllm-openai.tar 172.24.193.68:/opt/vllm/ 在服务器
阅读全文
posted @ 2026-01-29 13:38 河在谈
阅读(9)
评论(0)
推荐(0)
构建一个huggingface的python虚拟环境,并下载模型
摘要: 创建虚拟环境,里面的python版本就是当前python3的版本,没法指定,不如conda灵活 python3 -m venv .hf-env 激活环境,想进环境都要做 source .hf-env/bin/activate 升级基础工具(避免安装问题) pip install --upgrade
阅读全文
posted @ 2026-01-29 10:00 河在谈
阅读(13)
评论(0)
推荐(0)
2026年1月7日
ESXi-6.7.0 安装黑群辉 7.1.1
摘要: 下载引导 https://github.com/fbelavenuto/arpl/releases 上传解压的两个文件,会变成一个。 创建虚拟机,选这个操作系统,不然出不来SATA硬盘。 删除已有硬盘和光驱,新加已有硬盘,选择上传的文件,修改硬盘控制器为sata,所有的硬盘都设置为sata。 现在这
阅读全文
posted @ 2026-01-07 16:05 河在谈
阅读(121)
评论(0)
推荐(0)
2025年12月24日
群辉备份数据至通过rsync 备份至linux服务器
摘要: 1、在linux下启动rsync服务 安装 apt install rsync 配置文件 vim /etc/rsyncd.conf —————————————— # 全局配置 uid = root gid = root use chroot = no max connections = 10 tim
阅读全文
posted @ 2025-12-24 08:49 河在谈
阅读(35)
评论(0)
推荐(0)
2025年9月27日
学位论文中 公式的插入,格式调整、编号以及引用
摘要: 1、公式的插入,如果是问大模型的公式,让输出latex格式,然后采用GrindEQ Math一键转换为word公式。 2、但是word公式不专业,字体啥的不符合要求,要转换为mathtype格式。整篇文档还是当前所选内容,按需选择。但是我的mathtype7整篇转换有问题,只能几段几段选中转换。 2
阅读全文
posted @ 2025-09-27 17:39 河在谈
阅读(402)
评论(0)
推荐(0)
下一页
公告