README
This commit is contained in:
parent
f8fef349cf
commit
efcc936da6
|
@ -256,7 +256,7 @@ with torch.no_grad():
|
||||||
与 Agent 应用
|
与 Agent 应用
|
||||||
+ [self-llm](https://github.com/datawhalechina/self-llm/tree/master/GLM-4): Datawhale 团队的提供的 GLM-4-9B 系列模型使用教程。
|
+ [self-llm](https://github.com/datawhalechina/self-llm/tree/master/GLM-4): Datawhale 团队的提供的 GLM-4-9B 系列模型使用教程。
|
||||||
+ [chatglm.cpp](https://github.com/li-plus/chatglm.cpp): 类似 llama.cpp 的量化加速推理方案,实现笔记本上实时对话
|
+ [chatglm.cpp](https://github.com/li-plus/chatglm.cpp): 类似 llama.cpp 的量化加速推理方案,实现笔记本上实时对话
|
||||||
+ [candle](https://github.com/huggingface/candle): Rust实现的ML框架 目前支持Codegeex4
|
+ [candle](https://github.com/huggingface/candle/tree/main/candle-examples/examples/glm4): Rust实现的ML框架 目前支持Codegeex4
|
||||||
## 协议
|
## 协议
|
||||||
|
|
||||||
+ GLM-4 模型的权重的使用则需要遵循 [模型协议](https://huggingface.co/THUDM/glm-4-9b/blob/main/LICENSE)。
|
+ GLM-4 模型的权重的使用则需要遵循 [模型协议](https://huggingface.co/THUDM/glm-4-9b/blob/main/LICENSE)。
|
||||||
|
|
|
@ -3,7 +3,8 @@ GLM-4-9B 是智谱 AI 推出的最新一代预训练模型 GLM-4 系列中的开
|
||||||
|
|
||||||
|
|
||||||
- [[https://github.com/THUDM/GLM-4][Github]]
|
- [[https://github.com/THUDM/GLM-4][Github]]
|
||||||
- [[https://huggingface.co/THUDM/glm-4-9b][huggingface]]
|
- [[https://huggingface.co/THUDM/glm-4-9b][huggingface]]
|
||||||
|
- [[https://github.com/huggingface/candle/tree/main/candle-examples/examples/glm4][Candle_Offical]]
|
||||||
** Cli
|
** Cli
|
||||||
#+begin_src shell
|
#+begin_src shell
|
||||||
cargo build --release -p cli # Cpu
|
cargo build --release -p cli # Cpu
|
||||||
|
|
Loading…
Reference in New Issue