samwell commited on
Commit
3fc00e4
·
verified ·
1 Parent(s): 96dce1f

Upload export_medsiglip.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. export_medsiglip.py +1 -0
export_medsiglip.py CHANGED
@@ -8,6 +8,7 @@ Export trained MedSigLIP model to ONNX/CoreML/TFLite for mobile deployment
8
  # "torch>=2.0.0",
9
  # "transformers>=4.50.0",
10
  # "onnx>=1.14.0",
 
11
  # "onnxruntime>=1.16.0",
12
  # "onnxruntime-gpu>=1.16.0",
13
  # "huggingface_hub>=0.20.0",
 
8
  # "torch>=2.0.0",
9
  # "transformers>=4.50.0",
10
  # "onnx>=1.14.0",
11
+ # "onnxscript>=0.1.0",
12
  # "onnxruntime>=1.16.0",
13
  # "onnxruntime-gpu>=1.16.0",
14
  # "huggingface_hub>=0.20.0",