- 博客(15)
- 收藏
- 关注
原创 Ollama内网离线部署大模型
Linux内网离线安装ollama请参考:https://blog.youkuaiyun.com/u010197332/article/details/137604798。(2)国外大模型源文件下载地址https://huggingface.co/models。(1)国内大模型源文件下载地址https://modelscope.cn/models。本文以codeqwen:7b大模型为例编写部署步骤。(1)Modelfile参数说明。(2)Modelfile样例文件。
2024-05-17 14:36:11
13942
原创 Linux内网离线安装Ollama
在线安装地址https://ollama.com/download选择服务器系统,按照步骤完成安装。下载地址 https://github.com/ollama/ollama/releases/总共需要修改两个点,第一:Ollama下载地址;第二:Ollama安装包存放目录。我下载的是Ollama的v0.1.31版本,后面均以此版本为例说明。修改后的install.sh文件,v0.1.31版本。第二处修改,修改ollama安装目录。第一处修改,注释下载链接。
2024-04-10 17:36:54
34717
27
原创 springboot3.0集成spring authorization server1.2.0启动报错
【代码】springboot3.0集成spring authorization server1.2.0启动报错。
2023-12-28 16:14:27
1689
1
原创 docker: error pulling image configuration: Get https://production.cloudflare.docker.com
docker 拉取镜像报错解决方法
2022-10-18 16:15:11
16179
3
原创 Java使用Geotools读取shp文件
1、环境版本序号类别版本1JDK1.82Junit4.13.13Geotools25.44Collections3.2.22、pom文件编写<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2022-04-15 15:19:04
1180
1
原创 Java使用Geotools将地图元素Geometry导出shp文件
1、环境版本序号类别版本1JDK1.82Junit4.13.13Geotools25.44Collections3.2.22、pom文件编写<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2022-04-15 10:21:05
1965
19
原创 CentOS8安装Docker步骤
CentOS8安装Docker步骤1.验证Linux内核,Docker 要求 CentOS 系统的内核版本高于 3.10uname -r2.更新yumsudo yum update3.安装yum需要的工具sudo yum install -y yum-utils device-mapper-persistent-data lvm24.设置yum源为阿里镜像sudo yum-config-manager --add-repo http://mirrors.aliyun.com/dock
2022-01-05 18:12:59
5402
1
原创 CentOS8使用命令ifconfig没有ens33解决方法
CentOS8使用命令ifconfig没有ens33解决方法1、使用ifconfig查看网络# 输入命令ifconfig# 查看托管状态nmcli n2、解决方法# 启动命令systemctl start NetworkManager# 查看ifconfig1)]# 查看ifconfig
2022-01-04 16:07:35
1808
原创 spring集成shiro和redis登录验证时出现java.net.SocketException: Connection reset异常
org.springframework.data.redis.RedisConnectionFailureException: java.net.SocketException: Connection reset; nested exception is redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketException: Connection reset at org.springframework.dat.
2020-07-10 18:51:04
2123
原创 Java使用geotools将Geometry导出为shp文件
将地图要素导出成shp文件,并且打包的方法。1、maven依赖 <geotools.version>14.1</geotools.version> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-shapefi...
2020-04-08 11:44:17
7637
33
原创 Java使用geotools将Geometry转换为kml
最近有个需求,要求将地图要素导出成kml文件,略作研究再次整理下步骤,作为备忘。1、引入依赖包pom.xml<geotools.version>14.1</geotools.version> <dependency> <groupId>org.geotools</groupId> <arti...
2020-03-26 16:43:39
3464
6
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人