dslee2601 commited on
Commit
1e7e0f9
1 Parent(s): 2d784d5

readme update

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -89,10 +89,12 @@ loaded_s = model.load_tensor('tokens.pt')
89
  # Runtime
90
 
91
  To give you a brief idea, the following table reports average runtime on CPU and GPU to encode and decode 10s audio. The runtime is measured in second. The used CPU is Intel Core i9 11900K and GPU is RTX3060.
 
92
  | Task | CPU | GPU |
93
  |-----------------|---------|---------|
94
  | Encoding | 6.71 | 0.19 |
95
  | Decoding | 15.4 | 0.31 |
 
96
  The decoding process takes a longer simply because the decoder is larger than the encoder.
97
 
98
 
 
89
  # Runtime
90
 
91
  To give you a brief idea, the following table reports average runtime on CPU and GPU to encode and decode 10s audio. The runtime is measured in second. The used CPU is Intel Core i9 11900K and GPU is RTX3060.
92
+ ```
93
  | Task | CPU | GPU |
94
  |-----------------|---------|---------|
95
  | Encoding | 6.71 | 0.19 |
96
  | Decoding | 15.4 | 0.31 |
97
+ ```
98
  The decoding process takes a longer simply because the decoder is larger than the encoder.
99
 
100