Skip to content

Commit

Permalink
doc: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
xixihahaliu committed Apr 2, 2024
1 parent 2b56641 commit abd54a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,14 @@ bash scripts/run_for_openai_api_in_M1_mac.sh
```

## Run With 4B LLM (Qwen1.5-4B-Chat-GGUF) On M1 Mac
<span style="color:red;">It is recommended to use the OpenAI API on Mac, because the performance of the QWen-4B/7B models is not good.</span>
```bash
bash scripts/run_for_4B_in_M1_mac.sh
```

## Run With 7B LLM (Qwen1.5-7B-Chat-GGUF) On M1 Mac
<span style="color:red;">It is recommended to use the OpenAI API on Mac, because the performance of the QWen-4B/7B models is not good.</span>

```bash
bash scripts/run_for_7B_in_M1_mac.sh
```
Expand Down
4 changes: 4 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,15 @@ bash scripts/run_for_openai_api_in_M1_mac.sh
```

## 在M1Mac环境下使用4BLLM(Qwen1.5-4B-Chat-GGUF)
<span style="color:red;">Mac上建议使用Openai API, Qwen 4B/7B模型效果不佳</span>

```bash
bash scripts/run_for_4B_in_M1_mac.sh
```

## 在M1Mac环境下使用7BLLM(Qwen1.5-7B-Chat-GGUF)
<span style="color:red;">Mac上建议使用Openai API, Qwen 4B/7B模型效果不佳</span>

```bash
bash scripts/run_for_7B_in_M1_mac.sh
```
Expand Down

0 comments on commit abd54a0

Please sign in to comment.