sayakpaul HF staff commited on
Commit
288864f
1 Parent(s): bf49c9f

chore: change the display format.

Browse files
Files changed (1) hide show
  1. main.py +7 -9
main.py CHANGED
@@ -59,15 +59,13 @@ def post_optimization(list_of_strs: List[str]) -> str:
59
 
60
  ### Benchmarking information
61
 
62
- | Parameter | Value |
63
- |:---:|:---:|
64
- | OS | Ubuntu 20.04.5 |
65
- | Python | 3.8.10 |
66
- | CUDA | 11.8 |
67
- | TensorFlow | 2.10.1 |
68
- | TensorRT | 8.5.1 |
69
- | GPU | T4 |
70
- | Benchmarking Script | [Link](https://gist.github.com/sayakpaul/ba4a4c47fcc661b9d18ea3b53e51f82e) |
71
 
72
  ### (TensorRT) model push
73
  """
 
59
 
60
  ### Benchmarking information
61
 
62
+ * OS: Ubuntu 20.04.5
63
+ * Python: 3.8.10
64
+ * CUDA: 11.8
65
+ * TensorFlow: 2.10.1
66
+ * TensorRT: 8.5.1
67
+ * GPU: T4
68
+ * Benchmarking Script: [Link](https://gist.github.com/sayakpaul/ba4a4c47fcc661b9d18ea3b53e51f82e)
 
 
69
 
70
  ### (TensorRT) model push
71
  """