File size: 463 Bytes
ecd5898
 
17e0d49
 
 
 
 
 
 
 
 
ecd5898
17e0d49
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
license: unknown
tags:
- text generation
- conversational
- gptq
- 4bit
inference: false
language:
- en
pipeline_tag: text-generation
---

GPTQ quantization of https://huggingface.co/TehVenom/PPO_Pygway-V8p4_Dev-6b

Using this repository: https://github.com/mayaeary/GPTQ-for-LLaMa/tree/gptj-v2

Command: 
```
python3 gptj.py models/PPO_Pygway-V8p4_Dev-6b c4 --wbits 4 --groupsize 128 --save_safetensors models/PPO_Pygway-V8p4_Dev-6b-4bit-128g.safetensors
```