You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add fp16 inference support (torch/onnx) (#871)
* feat: add fp16 inference in clip_torch
* Revert "feat: add fp16 inference in clip_torch"
This reverts commit 326e265.
* feat: add fp16 inference in clip_torch
* fix: device
* fix: str to torch.dtype
* fix: layernorm
* feat: add fp16 inference in clip_trt
* feat: add fp16 inference in clip_onnx
* fix: housekeeping
* fix: ci
* fix: ci
* fix: ci
* fix: ci and get test path
* fix: dtype amp and gpu test dependency
* fix: layernorm
* fix: cast dtype in visiontransformer
* fix: clip_onnx
* fix: clip_onnx
* fix: convert onnx to fp16
* fix: dtype in preproc images
* fix: dtype in preproc images
* fix: typo
* fix: dtype in clip_torch and fp16 in trt
* fix: remove plain text in trt_test
* fix: test
* fix: typo
* fix: stash
* Revert "fix: stash"
This reverts commit f72fd99.
* fix: for test
* fix: onnx
* fix: for test
* fix: for test
* fix: trt
* fix: convert onnx to fp16 before convert trt
* fix: discard changes in trt
* fix: optimize fp16 test
* fix: move __cast_dtype__
* Revert "fix: move __cast_dtype__"
This reverts commit edf4629.
* fix: ci
0 commit comments