CSGHub Enterprise Edition v1.5.2
Release time:2025-04-01
Main updates:
- Support new inference engines TEI, Llama.cpp
- Support using Gitaly Cluster
- Support domain name differentiation (
global.ingress.useTop
) - Support global definition of csghub_server version (
global.image.tag
) - Rename csghub_builder to space_builder
- Optimize the performance of uploading large LFS files (
server.objectStore.directUpload
) - Allow merging the number of Kubernetes Namespaces used by csghub (
global.deployment.mergingNamespace
)
Installation method:
-
Docker
wget https://opencsg-csghub-compose.oss-cn-beijing.aliyuncs.com/csghub-latest.tgz
tar -zxf csghub-latest.tgz && cd csghub && ./configure -
Helm Chart
helm repo add csghub acr://opencsg-chart.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub
helm repo update
helm upgrade --install csghub csghub/csghub \
--namespace csghub \
--create-namespace \
--set global.ingress.domain="example.com" \
--set global.deployment.knative.serving.services[0].type="NodePort" \
--set global.deployment.knative.serving.services[0].domain="app.internal" \
--set global.deployment.knative.serving.services[0].host=<knative serving network service host> \
--set global.deployment.knative.serving.services[0].port="30213"