跳到主要内容

历史版本

本页面提供 CSGHub 企业版的历史版本信息,包括各版本的主要更新内容和下载方式。

📌 最新版本(v1.6.0)

版本:CSGHub 企业版 v1.6.0

发布时间:2025-04-17
主要更新:

  • 新增组件 AiGateway
  • 移除 space builder 改用 argo workflow

安装方式:

  • 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 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"

版本:CSGHub 企业版 v1.5.2

发布时间:2025-04-01
主要更新:

  • 支持新推理引擎 TEI, Llama.cpp
  • 支持使用 Gitaly Cluster
  • 支持域名差异化(global.ingress.useTop
  • 支持全局定义 csghub_server 版本(global.image.tag
  • 重命名 csghub_builder 为 space_builder
  • 优化超大 LFS 文件上传性能(server.objectStore.directUpload
  • 允许合并 csghub 使用的 Kubernetes Namespace 数量(global.deployment.mergingNamespace

安装方式:

  • 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 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"

版本:CSGHub 企业版 v1.4

发布时间:2025-02-20
主要更新:

  • 新增通过控制台配置 Space Resource 资源
  • 新增通过控制台配置 Runtime Framework 功能
  • 新增通过控制台创建模型 Serverless 实例

安装方式:

  • 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 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"

⏳ 历史版本

CSGHub 企业版 v1.3

发布时间:2025-01-22

首次发布:

  • 企业级权限管理:通过管理后台精细控制模型与数据权限,提升数据安全性与团队协作效率。
  • 多格式数据整合:支持多种数据格式的融合、清理、转换与智能优化,提高数据价值。
  • 增强的数据集管理:支持数据集预览、搜索及 SQL 操作,提高数据利用效率。
  • 多源数据同步:支持从多种外部来源同步模型与数据集,并提供智能推荐和细粒度同步管理。
  • 智能算力调度:提供资源池管理、算力动态分配与任务调度功能,提高计算资源利用率。
  • 安全合规与高可用性:企业级灾备机制,保障数据安全与业务连续性,确保合规性。
安装方式
  • Docker
wget https://opencsg-csghub-compose.oss-cn-beijing.aliyuncs.com/csghub-1.3.0.tgz
tar -zxf csghub-1.3.0.tgz && cd csghub && ./configure
  • Helm Chart

  • v1.3.0

    helm repo add csghub acr://opencsg-chart.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub
    helm repo update
    helm install csghub csghub/csghub \
    --namespace csghub \
    --create-namespace \
    --set global.domain=example.com \
    --set global.runner.internalDomain[0].domain=app.internal \
    --set global.runner.internalDomain[0].host=<knative serving network service host> \
    --set global.runner.internalDomain[0].port=<knative serving network service port>
  • v1.3.1 or after

    helm upgrade --install csghub csghub/csghub \ 
    --namespace csghub \
    --create-namespace \
    --set global.ingress.domain="example.com" \
    --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"