Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,9 @@ pipeline_tag: text-generation
|
|
7 |
|
8 |
### How to use GPTQ model
|
9 |
https://github.com/jongmin-oh/korean-LLM-quantize
|
|
|
|
|
|
|
10 |
```
|
11 |
mkdir ./templates && mkdir ./utils && wget -P ./templates https://raw.githubusercontent.com/jongmin-oh/korean-LLM-quantize/main/templates/kullm.json && wget -P ./utils https://raw.githubusercontent.com/jongmin-oh/korean-LLM-quantize/main/utils/prompter.py
|
12 |
```
|
@@ -18,7 +21,7 @@ pip install torch==2.0.1 auto-gptq==0.4.2
|
|
18 |
|
19 |
- ๊ธํ์ ๋ถ๋ค์ ๋ฐ์ ์์ ์ฝ๋ ์คํํ์๋ฉด ๋ฐ๋ก ํ
์คํธ ๊ฐ๋ฅํฉ๋๋ค. (GPU memory 11GB ์ ์ )
|
20 |
- 2023-08-23์ผ ์ดํ๋ถํฐ๋ huggingFace์์ GPTQ๋ฅผ ๊ณต์์ง์ํ๊ฒ๋์์ต๋๋ค.
|
21 |
-
|
22 |
```python
|
23 |
import torch
|
24 |
from transformers import pipeline
|
|
|
7 |
|
8 |
### How to use GPTQ model
|
9 |
https://github.com/jongmin-oh/korean-LLM-quantize
|
10 |
+
|
11 |
+
|
12 |
+
### Promter Download
|
13 |
```
|
14 |
mkdir ./templates && mkdir ./utils && wget -P ./templates https://raw.githubusercontent.com/jongmin-oh/korean-LLM-quantize/main/templates/kullm.json && wget -P ./utils https://raw.githubusercontent.com/jongmin-oh/korean-LLM-quantize/main/utils/prompter.py
|
15 |
```
|
|
|
21 |
|
22 |
- ๊ธํ์ ๋ถ๋ค์ ๋ฐ์ ์์ ์ฝ๋ ์คํํ์๋ฉด ๋ฐ๋ก ํ
์คํธ ๊ฐ๋ฅํฉ๋๋ค. (GPU memory 11GB ์ ์ )
|
23 |
- 2023-08-23์ผ ์ดํ๋ถํฐ๋ huggingFace์์ GPTQ๋ฅผ ๊ณต์์ง์ํ๊ฒ๋์์ต๋๋ค.
|
24 |
+
|
25 |
```python
|
26 |
import torch
|
27 |
from transformers import pipeline
|