Text Generation
PEFT
Safetensors
dfurman commited on
Commit
d0fa7b9
1 Parent(s): cbc3abb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -89,9 +89,9 @@ We recommend users of this model to develop guardrails and to take appropriate p
89
  !pip install -q -U git+https://github.com/huggingface/accelerate.git
90
  ```
91
 
92
- ### GPU Inference in 4-bit
93
 
94
- This requires a GPU with at least XXGB of memory.
95
 
96
  ```python
97
  import torch
 
89
  !pip install -q -U git+https://github.com/huggingface/accelerate.git
90
  ```
91
 
92
+ ### GPU Inference in 8-bit
93
 
94
+ This requires a GPU with at least 12 GB of memory.
95
 
96
  ```python
97
  import torch