Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,11 @@ https://github.com/jongmin-oh/korean-LLM-quantize
|
|
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 |
```
|
13 |
|
|
|
|
|
|
|
|
|
|
|
14 |
- ๊ธํ์ ๋ถ๋ค์ ๋ฐ์ ์์ ์ฝ๋ ์คํํ์๋ฉด ๋ฐ๋ก ํ
์คํธ ๊ฐ๋ฅํฉ๋๋ค. (GPU memory 19GB ์ ์ )
|
15 |
- 2023-08-23์ผ ์ดํ๋ถํฐ๋ huggingFace์์ GPTQ๋ฅผ ๊ณต์์ง์ํ๊ฒ๋์์ต๋๋ค.
|
16 |
|
|
|
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 |
```
|
13 |
|
14 |
+
### install package
|
15 |
+
```
|
16 |
+
pip install torch==2.0.1 auto-gptq==0.4.2
|
17 |
+
```
|
18 |
+
|
19 |
- ๊ธํ์ ๋ถ๋ค์ ๋ฐ์ ์์ ์ฝ๋ ์คํํ์๋ฉด ๋ฐ๋ก ํ
์คํธ ๊ฐ๋ฅํฉ๋๋ค. (GPU memory 19GB ์ ์ )
|
20 |
- 2023-08-23์ผ ์ดํ๋ถํฐ๋ huggingFace์์ GPTQ๋ฅผ ๊ณต์์ง์ํ๊ฒ๋์์ต๋๋ค.
|
21 |
|