Skip to content

Releases: OpenCSGs/csghub-server

v1.2.0

16 Dec 05:52
aec9650
Compare
Choose a tag to compare

New Features and Improvements

  • IMPORTANT - Security Vulnerability Fix: A security issue identified in earlier versions has been resolved. It is strongly recommended that all users update to this version as soon as possible to avoid any security issues.

  • Model Evaluation: A new feature that allows users to evaluate and compare the performance of various AI models. You can create new model evaluation in Console - Resource Management. Currently supported evaluations: opencompass and llm evaluation harness.

    For self-hosted Kubernetes users: If you need model evaluation, you will need to install Argo Workflow manually. More reference can be found here: Deploy Argo Workflow.

  • New Admin UI Layout: The admin interface has been redesigned for improved usability and a more intuitive experience.

  • Standardizing Component Styles Uniformly: We’ve updated the design to ensure a consistent and cohesive look across all components.

  • Optimize Page Responsive Width: Pages now adjust better to different screen sizes, ensuring a smoother experience on mobile and desktop.

  • Prompt Library: You can now create and manage prompts for reuse in OpenCSG. You can find this feature under Zone - Prompting.

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.1

11 Dec 05:46
9e84a56
Compare
Choose a tag to compare

What's Changed

This release fixes a critical vulnerability, and it is recommended that all users upgrade.

New Contributors

Full Changelog: v1.0.0...v1.1.1

v1.0.1

12 Nov 06:46
Compare
Choose a tag to compare

What's Changed

  • Fixed csghub server base image using the specified architecture program by @MasonXon in #150
  • cherry pick support query user info by username or uuid in the same api by @SeanHH86 in #156

Full Changelog: v1.0.0...v1.0.1

v1.0.0

15 Oct 13:32
25ebc25
Compare
Choose a tag to compare

Highlights

  • Allow filter by subset and splits in dataset viewer
  • Support model inference with NIM
  • Auto build repo and runtime frameworks relation
  • Auto generate resource type (a kind of tags)of models like Nvidia GPU,Huawei Ascend
  • Fix a lot of multi-sync bugs related to gitaly server
  • Auto init a git access token for new user
  • Application space creation supports choosing regions
  • Support docker image build for ARM platform

What's Changed

New Contributors

Full Changelog: v0.9.3...v1.0.0

v0.9.3

12 Oct 11:07
Compare
Choose a tag to compare
  • Fix repo sync status bug (#143)
  • ab392c6 init git access token for new user
  • 1325ca3 update user last_login_at when user login from casdoor
  • 677cd4c [User]fix:email not saved when login in gitaly based 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