eliebak HF staff commited on
Commit
f4edd3e
·
verified ·
1 Parent(s): a7b0061

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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`