Update README.md
Browse files
README.md
CHANGED
|
@@ -61,7 +61,7 @@ print(tokenizer.decode(outputs[0]))
|
|
| 61 |
```
|
| 62 |
```bash
|
| 63 |
>>> print(f"Memory footprint: {model.get_memory_footprint() / 1e6:.2f} MB")
|
| 64 |
-
Memory footprint: 3422.76
|
| 65 |
```
|
| 66 |
|
| 67 |
#### Quantized Versions through `bitsandbytes`
|
|
|
|
| 61 |
```
|
| 62 |
```bash
|
| 63 |
>>> print(f"Memory footprint: {model.get_memory_footprint() / 1e6:.2f} MB")
|
| 64 |
+
Memory footprint: 3422.76 MB
|
| 65 |
```
|
| 66 |
|
| 67 |
#### Quantized Versions through `bitsandbytes`
|