Skip to content

Commit d0dc64a

Browse files
Change organization to zopencommunity
1 parent 7b896be commit d0dc64a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cicd.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ node('linux')
66
branches: [[name: '*/main']],
77
doGenerateSubmoduleConfigurations: false,
88
extensions: [],
9-
userRemoteConfigs: [[url: 'https://github.com/ZOSOpenTools/llamacppport.git']]])
9+
userRemoteConfigs: [[url: 'https://github.com/zopencommunity/llamacppport.git']]])
1010
}
1111
stage('Build') {
12-
build job: 'Port-Pipeline', parameters: [string(name: 'PORT_GITHUB_REPO', value: 'https://github.com/ZOSOpenTools/llamacppport.git'), string(name: 'PORT_DESCRIPTION', value: "Port of Facebook's LLaMA model in C/C++" )]
12+
build job: 'Port-Pipeline', parameters: [string(name: 'PORT_GITHUB_REPO', value: 'https://github.com/zopencommunity/llamacppport.git'), string(name: 'PORT_DESCRIPTION', value: "Port of Facebook's LLaMA model in C/C++" )]
1313
}
1414
}

0 commit comments

Comments
 (0)