Skip to content

Commit

Permalink
feat(server): add rank endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Apr 25, 2022
1 parent 09be51c commit 7a8e4d5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
def convert_float_to_float16(model_path: str, output_model_path: str):
import onnx
from onnxmltools.utils.float16_converter import (
convert_float_to_float16_model_path,
)
Expand Down

0 comments on commit 7a8e4d5

Please sign in to comment.