dahara1 commited on
Commit
96a4ba8
1 Parent(s): a4cf0fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -29,12 +29,14 @@ This model has better ability to follow instructions than the [GPTQ version](htt
29
  [AWQ version Colab sample A100 only](https://github.com/webbigdata-jp/python_sample/blob/main/ELYZA_japanese_Llama_2_7b_instruct_AWQ_sample.ipynb)
30
 
31
 
32
- local PC
33
 
34
  install Library.
35
  ```
36
  pip install autoawq
 
37
 
 
38
  ```
39
  from awq import AutoAWQForCausalLM
40
  from transformers import AutoTokenizer
 
29
  [AWQ version Colab sample A100 only](https://github.com/webbigdata-jp/python_sample/blob/main/ELYZA_japanese_Llama_2_7b_instruct_AWQ_sample.ipynb)
30
 
31
 
32
+ for local PC script.
33
 
34
  install Library.
35
  ```
36
  pip install autoawq
37
+ ```
38
 
39
+ script example.
40
  ```
41
  from awq import AutoAWQForCausalLM
42
  from transformers import AutoTokenizer