davidmezzetti
commited on
Commit
•
ef5845c
1
Parent(s):
cfda801
Update README
Browse files
README.md
CHANGED
@@ -14,8 +14,9 @@ tags:
|
|
14 |
|
15 |
This is [Llama-3.1_OpenScholar-8B](https://huggingface.co/OpenScholar/Llama-3.1_OpenScholar-8B) with AWQ Quantization applied using the following code.
|
16 |
|
|
|
|
|
17 |
```python
|
18 |
-
# Based on example: https://github.com/casper-hansen/AutoAWQ/blob/main/examples/quantize.py
|
19 |
import torch
|
20 |
|
21 |
from awq import AutoAWQForCausalLM
|
|
|
14 |
|
15 |
This is [Llama-3.1_OpenScholar-8B](https://huggingface.co/OpenScholar/Llama-3.1_OpenScholar-8B) with AWQ Quantization applied using the following code.
|
16 |
|
17 |
+
_Based on this [example code](https://github.com/casper-hansen/AutoAWQ/blob/main/examples/quantize.py)_
|
18 |
+
|
19 |
```python
|
|
|
20 |
import torch
|
21 |
|
22 |
from awq import AutoAWQForCausalLM
|