Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Kadins
/
BiliBot-7B-Q
like
3
MLX
Safetensors
Chinese
English
qwen2
macbook
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
Use this model
Kadins
commited on
Jun 20, 2024
Commit
4061708
·
verified
·
1 Parent(s):
0ec3eb9
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+4
-0
README.md
CHANGED
Viewed
@@ -17,6 +17,10 @@ b友风格聊天机器人
17
18
> 由于是MLX格式模型,首先需要安装 mlx-lm 包
19
20
下面是一个示例,用户可随意提问
21
22
```python
17
18
> 由于是MLX格式模型,首先需要安装 mlx-lm 包
19
20
+
```bash
21
+
pip install mlx-lm
22
+
```
23
+
24
下面是一个示例,用户可随意提问
25
26
```python