SearchUnify-ML commited on
Commit
b10873c
1 Parent(s): 30ffb0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -11,7 +11,7 @@ pipeline_tag: text-generation
11
 
12
  These are GPTQ 4bit model files for [VMWare's XGEN 7B 8K Open Instruct](https://huggingface.co/VMware/xgen-7b-8k-open-instruct).
13
 
14
- It is the result of quantising to 4bit using GPTQ-for-LLaMa.
15
 
16
 
17
 
@@ -24,7 +24,7 @@ pip install auto-gptq
24
 
25
  ```
26
 
27
- Second, install tiktoken in order to use tokenizer
28
 
29
  ```
30
  pip install tiktoken
 
11
 
12
  These are GPTQ 4bit model files for [VMWare's XGEN 7B 8K Open Instruct](https://huggingface.co/VMware/xgen-7b-8k-open-instruct).
13
 
14
+ It is the result of quantizing to 4bit using GPTQ-for-LLaMa.
15
 
16
 
17
 
 
24
 
25
  ```
26
 
27
+ Second, install tiktoken in order to use the tokenizer
28
 
29
  ```
30
  pip install tiktoken