Skip to content

Commit

Permalink
docs: add download brain section
Browse files Browse the repository at this point in the history
  • Loading branch information
snowyu committed Jun 10, 2024
1 parent fe6e0a2 commit 8f3918e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions guide-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,17 @@ wget https://github.com/ggerganov/llama.cpp/releases/download/b3091/llama-b3091-
unzip llama-b3091-bin-ubuntu-x64.zip
```
### 下载脑子🧠
```bash
ai brain download QuantFactory/Phi-3-mini-4k-instruct-GGUF-v2 -q Q4_0
Downloading to ~/.local/share/ai/brain
Downloading https://huggingface.co/QuantFactory/Phi-3-mini-4k-instruct-GGUF-v2/resolve/main/Phi-3-mini-4k-instruct.Q4_0.gguf... 5.61% 121977704 bytes
1. https://hf-mirror.com/QuantFactory/Phi-3-mini-4k-instruct-GGUF-v2/resolve/main/Phi-3-mini-4k-instruct.Q4_0.gguf
~/.local/share/ai/brain/phi-3-mini-4k-instruct.Q4_0.gguf
done
```
### Run
首先需要运行 llama.cpp server:
Expand Down

0 comments on commit 8f3918e

Please sign in to comment.