Commit a6c3090d authored by pengxin's avatar pengxin

Merge remote-tracking branch 'origin/master'

parents cf09bb54 c305e352
......@@ -62,7 +62,8 @@ application:
python:
#基础路径
baseDir: z:/home/linking/llms
baseDir: z:/llms
# baseDir: /home/linking/llms 此为服务器配置
#训练服务地址
trainAddress: 192.168.0.36:7860
#推理服务地址
......@@ -72,7 +73,7 @@ python:
#模型训练文件基础路径
modelTuningFileBaseDir: ${python.baseDir}/code/lmp_training_api/saves/
#模型训练文件合并后路径
modelOutputFileBaseDir: ${python.baseDir}/models/
modelOutputFileBaseDir: ${python.baseDir}/models_bk/
#模型评估文件基础路径
modelEstimateFileBaseDir: ${python.baseDir}/code/lmp_training_api/saves/
#数据集配置信息
......
......@@ -164,6 +164,7 @@
<dependency>
<groupId>org.neo4j.driver</groupId>
<artifactId>neo4j-java-driver</artifactId>
<version>4.4.11</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment