Skip to content

Commit

Permalink
Merge pull request #805 from 0xff-dev/main
Browse files Browse the repository at this point in the history
chore: add revision field
  • Loading branch information
bjwswang authored Mar 8, 2024
2 parents d2a7365 + 65543e0 commit 184c4dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/charts/arcadia/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: arcadia
description: A Helm chart(Also a KubeBB Component) for KubeAGI Arcadia
type: application
version: 0.3.8
version: 0.3.9
appVersion: "0.2.0"

keywords:
Expand Down
7 changes: 6 additions & 1 deletion deploy/charts/arcadia/templates/post-models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ spec:
types: "llm"
huggingFaceRepo: baichuan-inc/Baichuan2-7B-Chat
modelScopeRepo: baichuan-inc/Baichuan2-7B-Chat
revision: master
---
apiVersion: arcadia.kubeagi.k8s.com.cn/v1alpha1
kind: Model
Expand Down Expand Up @@ -60,6 +61,7 @@ spec:
types: "llm"
huggingFaceRepo: THUDM/chatglm2-6b
modelScopeRepo: ZhipuAI/chatglm2-6b
revision: master
---
apiVersion: arcadia.kubeagi.k8s.com.cn/v1alpha1
kind: Model
Expand Down Expand Up @@ -94,6 +96,7 @@ spec:
types: "llm"
huggingFaceRepo: Qwen/Qwen-7B-Chat
modelScopeRepo: qwen/Qwen-7B-Chat
revision: master
---
apiVersion: arcadia.kubeagi.k8s.com.cn/v1alpha1
kind: Model
Expand Down Expand Up @@ -127,6 +130,7 @@ spec:
北京智源人工智能研究院是北京大学的直属研究机构,主要从事人工智能的数理基础、机器学习、智能信息检索与挖掘、智能体系架构与芯片、自然语言处理等领域研究。
types: "embedding"
huggingFaceRepo: BAAI/bge-large-zh-v1.5
revision: main
---
apiVersion: arcadia.kubeagi.k8s.com.cn/v1alpha1
kind: Model
Expand All @@ -148,4 +152,5 @@ spec:
北京智源人工智能研究院是北京大学的直属研究机构,主要从事人工智能的数理基础、机器学习、智能信息检索与挖掘、智能体系架构与芯片、自然语言处理等领域研究。
types: "reranking"
huggingFaceRepo: BAAI/bge-reranker-large
huggingFaceRepo: BAAI/bge-reranker-large
revision: main

0 comments on commit 184c4dc

Please sign in to comment.