随笔分类 -  AI

ai相关
摘要:阿里云百炼(qwen大模型)https://bailian.console.aliyun.com/ springAI项目 https://start.spring.io/ 一、配置pom文件 先从springAI官网下载项目,然后开始配置pom跟yml文件。这里使用阿里云百炼模型,所以阿里的dash 阅读全文
posted @ 2025-04-23 23:51 Auler 阅读(582) 评论(0) 推荐(0)
摘要:阿里云百炼(qwen大模型)https://bailian.console.aliyun.com/ springAI项目 https://start.spring.io/ mcp项目分为server服务端(提供mcp服务),client客户端(去请求mcp服务) 一、创建MCP Server项目 1 阅读全文
posted @ 2025-04-23 23:50 Auler 阅读(2318) 评论(0) 推荐(0)
摘要:一、环境配置 ChatGLM2-6B至少需要13G GPU(虽然官网说12G即可),int8需要8G,int4需要4G。 Win10系统,GTX1060显卡6GB(只能用int4模型,亲测开启GLM2时占了5GB以上) 1、git 2、conda 3、python 3.9 4、pip 5、CUDA 阅读全文
posted @ 2024-04-19 16:40 Auler 阅读(394) 评论(0) 推荐(0)