bit-dny commited on
Commit
2d87a15
1 Parent(s): cf9339c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -139,12 +139,14 @@ def median(numbers):
139
  ### Deployment resource consumption
140
  <details>
141
  <summary>Clik to expand</summary>
 
142
  | Precision | Minimum GPU memory (Inference) | Minimum GPU memory (Full Parameter Fine-tuning) |
143
  |-------|-------|-------|
144
  | float32 | 6.08G | 32.65G |
145
  | float16(unquantized) | 3.45G | -(36.94G*) |
146
  | bfloat16(unquantized) | 3.45G | 20.47G(33.93G*) |
147
  * \* Indicates use of mixed precision
 
148
  </details>
149
 
150
  ## Training Details
 
139
  ### Deployment resource consumption
140
  <details>
141
  <summary>Clik to expand</summary>
142
+
143
  | Precision | Minimum GPU memory (Inference) | Minimum GPU memory (Full Parameter Fine-tuning) |
144
  |-------|-------|-------|
145
  | float32 | 6.08G | 32.65G |
146
  | float16(unquantized) | 3.45G | -(36.94G*) |
147
  | bfloat16(unquantized) | 3.45G | 20.47G(33.93G*) |
148
  * \* Indicates use of mixed precision
149
+
150
  </details>
151
 
152
  ## Training Details