Skip to content

Releases: OpenCSGs/csghub-server

v0.9.2

29 Sep 14:09
3f46e78
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

19 Sep 09:20
Compare
Choose a tag to compare
  • Add multi sync config instead of using STARHUB_SERVER_PUBLIC_DOMAIN

Full Changelog: https://github.com/OpenCSGs/csghub-server/compare/v0.9.0..v0.9.1

v0.9.0

15 Sep 09:15
db5221c
Compare
Choose a tag to compare

重大更新:

  1. golang 重写 Rails 服务端API
  2. git server增加gitaly的支持,且新版本默认使用 gitaly
  3. 本地运行应用空间、推理、微调不再需要域名

新功能:

  • 合集
  • 新增资源控制台:

改进项:

  • 用户登录状态判断、过期时长优化
  • 数据集预览:支持多.parquet 文件预览
  • Fintune:避免llama-factory 首页多次刷新导致实例卡死问题
  • 应用空间、推理和微调实例停止后资源立即释放
  • http,ssh clone地址动态生成,方便切换不同的域名

问题修复:

Major Updates:

  • Added support for Gitaly in the Git server, with the new version defaulting to Gitaly.
  • Local execution of application spaces, inference, and fine-tuning no longer requires a domain name.

New Features:

  • Collections
  • New resource console

Improvements:

  • Dataset preview: supports viewing multiple .parquet files.
  • Finetune: resolved the issue of multiple refreshes on the llama-factory homepage causing instance freezes.
  • Immediate resource release after stopping application spaces, inference, and fine-tuning instances.
  • Dynamic generation of HTTP and SSH clone URLs to facilitate switching between different domain names.

Bug Fixes:

release v0.8.6

14 Sep 09:58
db5221c
Compare
Choose a tag to compare

fix space url bug

release v0.8.5

14 Sep 08:29
Compare
Choose a tag to compare
  • fix space clone url bug
  • allow user see org's assets

release v0.8.4

14 Sep 02:34
8423ab5
Compare
Choose a tag to compare

fix streamlit app display issue

release v0.8.3

12 Sep 10:47
4463b45
Compare
Choose a tag to compare
  1. fix space endpoint issue
  2. speed up tgi

release v0.8.2

11 Sep 06:13
3d876e1
Compare
Choose a tag to compare
  1. support delete svc immediately
  2. fix svc status error
  3. increase model download time

v0.8.1

10 Sep 02:54
7cfa003
Compare
Choose a tag to compare

release v0.8.1

v0.8.0

15 Aug 10:56
16b2151
Compare
Choose a tag to compare

Summary

  • New: introduce a standalone user_server service and move user, org, token management from Portal to this new service
  • New: introduce a standalone starhub_server_runner service for uniformed deployment of Application Space, Mode Inference and Finetune
  • New: collection to allow user to group repos(model,dataset,code and space) together
  • New: support k8s cluster resources management, including multiple clusters and regions
  • Improve: allow partial editing of repo, user, org
  • Improve: support model id mapping between HF and OpenCSG, automatically

Change Details

New Contributors

Full Changelog: v0.7...v0.8.0