-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fd73e4
commit 65e52a3
Showing
5 changed files
with
83 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
sidebar_position: 3 | ||
title: 🚧Agent智能体 | ||
--- | ||
|
||
## 低代码 | ||
|
||
扣子 | ||
|
||
## 纯代码 | ||
|
||
Langchian |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_position: 4 | ||
title: 🚧大语言模型部署 | ||
--- | ||
|
||
- | ||
|
||
|
||
<DocCardList /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
sidebar_position: 1 | ||
title: 🚧大语言模型获取 | ||
--- | ||
|
||
## 开源社区 | ||
|
||
社区具有明显的马太效应,即头部效应明显,头部模型拥有最多的资源,最新的技术,最多的用户。这里列举两个在国内外有一定影响力的社区。 | ||
|
||
### Hugging Face | ||
|
||
### 魔搭社区(阿里达摩院) | ||
|
||
## 商用接口 | ||
|
||
商业接口非常多,各有千秋,且更新迭代非常快。这里列举一个国内的接口与一个国外的接口用作示例。 | ||
|
||
### 百度 | ||
|
||
### OpenAI | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
sidebar_position: 1 | ||
title: 🚧模型微调与部署 | ||
--- | ||
|
||
## 模型微调 | ||
|
||
### LLaMA-Factory | ||
|
||
## 提示词工程 | ||
|
||
### Prompt Engineering Guide | ||
|
||
## 模型部署 | ||
|
||
### ollma | ||
|
||
吃内存提供高并发 | ||
|
||
### vllma | ||
|
||
吃显存提供低延迟 | ||
|
||
### llama-cpp-python | ||
|
||
通过C重写并量化,解决了模型太大,无法加载的问题。 |