aliencaocao commited on
Commit
76ca8ed
1 Parent(s): 1ba6919

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ A TLDR of SigLIP by one of the authors can be found [here](https://twitter.com/g
24
 
25
  `*.pth` files are converted TensorRT checkpoints in FP16, to be used via torch2trt:
26
 
27
- ```
28
  from torch2trt import TRTModule()
29
 
30
  vision_trt = TRTModule()
 
24
 
25
  `*.pth` files are converted TensorRT checkpoints in FP16, to be used via torch2trt:
26
 
27
+ ```python
28
  from torch2trt import TRTModule()
29
 
30
  vision_trt = TRTModule()