Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lmp_server
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lmp
lmp_server
Commits
a6c3090d
Commit
a6c3090d
authored
Apr 11, 2024
by
pengxin
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
cf09bb54
c305e352
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
application-dev.yml
application-webadmin/src/main/resources/application-dev.yml
+3
-2
pom.xml
pom.xml
+1
-0
No files found.
application-webadmin/src/main/resources/application-dev.yml
View file @
a6c3090d
...
...
@@ -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/
#数据集配置信息
...
...
pom.xml
View file @
a6c3090d
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment