Update README.md
Browse files
README.md
CHANGED
@@ -8,9 +8,6 @@ tags:
|
|
8 |
- safetensors
|
9 |
- mistral
|
10 |
- text-generation
|
11 |
-
- arxiv:2304.12244
|
12 |
-
- arxiv:2306.08568
|
13 |
-
- arxiv:2308.09583
|
14 |
- license:apache-2.0
|
15 |
- autotrain_compatible
|
16 |
- endpoints_compatible
|
@@ -36,7 +33,7 @@ quantized_by: alexlangshur
|
|
36 |
### Installation
|
37 |
|
38 |
```
|
39 |
-
pip install
|
40 |
```
|
41 |
|
42 |
### Inference
|
|
|
8 |
- safetensors
|
9 |
- mistral
|
10 |
- text-generation
|
|
|
|
|
|
|
11 |
- license:apache-2.0
|
12 |
- autotrain_compatible
|
13 |
- endpoints_compatible
|
|
|
33 |
### Installation
|
34 |
|
35 |
```
|
36 |
+
pip install -U accelerate autoawq transformers
|
37 |
```
|
38 |
|
39 |
### Inference
|