Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeSodahub committed Dec 9, 2022
1 parent 0990367 commit 78fa087
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ def test_onnx_model(name):
['ViT-H-14::laion2b-s32b-b79k'],
)
def test_large_onnx_model_fp16(name):
CLIPOnnxModel(name, dtype='fp16')
from clip_server.executors.clip_onnx import CLIPEncoder

CLIPEncoder(name, dtype='fp16')

0 comments on commit 78fa087

Please sign in to comment.