Abhinav Kulkarni commited on
Commit
f426f64
1 Parent(s): 2a82a09

Updated README

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -19,7 +19,7 @@ July 29, 2023
19
 
20
  ## Model License
21
 
22
- Please refer to original MPT model license ([link](https://huggingface.co/stabilityai/StableBeluga-13B)).
23
 
24
  Please refer to the AWQ quantization license ([link](https://github.com/llm-awq/blob/main/LICENSE)).
25
 
@@ -41,6 +41,7 @@ git clone https://github.com/mit-han-lab/llm-awq \
41
  ```
42
 
43
  ```python
 
44
  import torch
45
  from awq.quantize.quantizer import real_quantize_model_weight
46
  from transformers import AutoModelForCausalLM, AutoConfig, AutoTokenizer, TextStreamer
 
19
 
20
  ## Model License
21
 
22
+ Please refer to original L model license ([link](https://huggingface.co/stabilityai/StableBeluga-13B)).
23
 
24
  Please refer to the AWQ quantization license ([link](https://github.com/llm-awq/blob/main/LICENSE)).
25
 
 
41
  ```
42
 
43
  ```python
44
+ import time
45
  import torch
46
  from awq.quantize.quantizer import real_quantize_model_weight
47
  from transformers import AutoModelForCausalLM, AutoConfig, AutoTokenizer, TextStreamer