xu song
commited on
Commit
·
fd3be03
1
Parent(s):
241f191
update
Browse files
README.md
CHANGED
|
@@ -10,16 +10,15 @@ pinned: false
|
|
| 10 |
license: apache-2.0
|
| 11 |
tags:
|
| 12 |
- chatbot
|
| 13 |
-
short_description: Generating synthetic data via self-
|
| 14 |
---
|
| 15 |
|
| 16 |
|
| 17 |
|
| 18 |
-
## ss
|
| 19 |
|
| 20 |
## Dependency
|
| 21 |
|
| 22 |
-
Install llama-cpp-python with the following
|
| 23 |
```sh
|
| 24 |
pip install git+https://github.com/abetlen/llama-cpp-python.git -C cmake.args="-DGGML_BLAS=ON;-DGGML_BLAS_VENDOR=OpenBLAS"
|
| 25 |
```
|
|
@@ -27,7 +26,7 @@ pip install git+https://github.com/abetlen/llama-cpp-python.git -C cmake.args="-
|
|
| 27 |
|
| 28 |
|
| 29 |
|
| 30 |
-
## Local
|
| 31 |
|
| 32 |
```sh
|
| 33 |
python models/cpp_qwen2.py
|
|
|
|
| 10 |
license: apache-2.0
|
| 11 |
tags:
|
| 12 |
- chatbot
|
| 13 |
+
short_description: Generating synthetic data via self-chatting
|
| 14 |
---
|
| 15 |
|
| 16 |
|
| 17 |
|
|
|
|
| 18 |
|
| 19 |
## Dependency
|
| 20 |
|
| 21 |
+
Install llama-cpp-python with the following script
|
| 22 |
```sh
|
| 23 |
pip install git+https://github.com/abetlen/llama-cpp-python.git -C cmake.args="-DGGML_BLAS=ON;-DGGML_BLAS_VENDOR=OpenBLAS"
|
| 24 |
```
|
|
|
|
| 26 |
|
| 27 |
|
| 28 |
|
| 29 |
+
## Local Inference
|
| 30 |
|
| 31 |
```sh
|
| 32 |
python models/cpp_qwen2.py
|