相关文章
Maven Repository使用
1.Maven Repository网站
https://mvnrepository.com/https://mvnrepository.com/ 2.查询需要的依赖 3.参考例子 <!-- https://mvnrepository.com/artifact/org.freeswitch.esl.client/org.freeswitch.esl.client --> <dependency> <groupId>org.freesw…
建站知识
2024/11/11 19:09:58
【ChatGLM2-6B】P-Tuning训练微调
机器配置
阿里云GPU规格ecs.gn6i-c4g1.xlargeNVIDIA T4显卡*1GPU显存16G*1
准备训练数据
进入/ChatGLM-6B/ptuningmkdir AdvertiseGencd AdvertiseGen上传 dev.json 和 train.json内容都是
{"content": "你是谁", "summary": "你好&…
建站知识
2024/10/28 13:11:21
Redsync 多 Redis 实例使用 demo
完整代码传送门
package mainimport ("context""fmt""net/http""redis-distributed-lock/redis_client""strconv""github.com/go-redsync/redsync/v4""github.com/go-redsync/redsync/v4/redis/goredis/v9&…
建站知识
2024/10/28 12:44:38
stable-diffusion 电商领域prompt测评集合
和GhostReivew一个思路,还是从比较好的图片或者是civitai上找一些热门的prompt,从小红书上也找到了不少的prompt,lexica.art上也有不少,主要是为了电商场景的一些测评:
小红书、civitai、Lexica、Liblib.ai、 depth o…
建站知识
2024/10/28 13:52:36
conda命令克隆(复制)环境方法及问题解决
背景:与同事进行工作交接,在服务器上想直接拷贝他的环境过来,直接复制anaconda3/envs里的环境包过来后续安装包的时候由于路径是原来的路径会安装到对方环境里,因此使用conda命令来进行环境克隆。
(Linux/服务器中&am…
建站知识
2024/11/22 5:06:11
ardupilot开发 --- 代码解析 篇
0. 前言
根据SITL的断点调试和自己阅读代码的一些理解,写一点自己的注释,有什么不恰当的地方请各位读者不吝赐教。
1. GCS::update_send 线程
主动向MavLink system发送消息包。
1.1 不断向地面站发送飞机状态数据
msg_attitude: msg_location: n…
建站知识
2024/11/22 5:06:21