Update README.md
Browse files
README.md
CHANGED
@@ -223,7 +223,7 @@ curl --location 'http://localhost:8000/completion' \
|
|
223 |
```
|
224 |
|
225 |
### GPU Memory Requirements
|
226 |
-
| **Number of Parameters** | **FP 16 bits** | **8 bits (Quantized)** | **4 bits (Quantized)** | **Example Graphic Card** |
|
227 |
|------------------|----------------|------------------------|------------------------|---------------------------------------------|
|
228 |
| **7b** | 24 GB | 12 GB | 6 GB | Nvidia RTX 4060 8GB |
|
229 |
| **13b** | 48 GB | 24 GB | 12 GB | Nvidia RTX 4070 16GB |
|
|
|
223 |
```
|
224 |
|
225 |
### GPU Memory Requirements
|
226 |
+
| **Number of Parameters** | **FP 16 bits** | **8 bits (Quantized)** | **4 bits (Quantized)** | **Example Graphic Card for 4 bits** |
|
227 |
|------------------|----------------|------------------------|------------------------|---------------------------------------------|
|
228 |
| **7b** | 24 GB | 12 GB | 6 GB | Nvidia RTX 4060 8GB |
|
229 |
| **13b** | 48 GB | 24 GB | 12 GB | Nvidia RTX 4070 16GB |
|