OpenCSGs / CSGHub

CSGHub is an opensource large model assets platform just like on-premise huggingface which helps to manage datasets, model files, codes and more. CSGHub是一个开源、可信的大模型资产管理平台,可帮助用户治理LLM和LLM应用生命周期中涉及到的资产(数据集、模型文件、代码等)。CSGHub提供类似私有化的Huggingface功能,以类似OpenStack Glance管理虚拟机镜像、Harbor管理容器镜像以及Sonatype Nexus管理制品的方式,实现对LLM资产的管理。欢迎关注反馈和Star⭐️
https://opencsg.com/models
Apache License 2.0
1.96k stars 297 forks source link

Pinia integration - fix repo settings private visibility change #150

Closed hiveer closed 3 months ago

hiveer commented 3 months ago

在 repo 的设置页面,设置中的 private visibility 和 header 中的并不同步,这是因为属于不同的组件,想要同步的话,之前的方案会比较复杂,涉及到数据在组件中传递

现在引入了 Pinia Store,我们可以通过 Store 轻松实现这个效果