Conversation
|
Thank you for contributions, @wnma3mz! Detaching the preprocessing code is probably the right thing to do. Give us a couple of days to merge it π€ |
|
@wnma3mz hey, We appreciate your work on the PR! I wanted to ask you to remove the changes from src/ dir and keep all the updates in scripts that are useful for onnx/coreml runtimes. We are using scr/ together with our pre-training code. So we didn't want to update it frequently. Also, as far as I understand, you tested your script with model_fpath = "unum-cloud/uform-coreml-onnx," correct? |
|
Thanks for your reply, I have deleted the changes in the src directory. As you said, I tested it at |
|
@wnma3mz hi |
|
I'm sorry for the trouble. βββ multilingual-v2.image-encoder.mlpackage
βΒ Β βββ Data
βΒ Β βΒ Β βββ com.apple.CoreML
βΒ Β βΒ Β βββ model.mlmodel
βΒ Β βΒ Β βββ weights
βΒ Β βΒ Β βββ weight.bin
βΒ Β βββ Manifest.json
βββ multilingual-v2.image-encoder.mlpackage.zip
βββ multilingual-v2.text-encoder.mlpackage
βΒ Β βββ Data
βΒ Β βΒ Β βββ com.apple.CoreML
βΒ Β βΒ Β βββ model.mlmodel
βΒ Β βΒ Β βββ weights
βΒ Β βΒ Β βββ weight.bin
βΒ Β βββ Manifest.json
βββ multilingual-v2.text-encoder.mlpackage.zip
βββ multilingual.image-encoder.onnx
βββ multilingual.text-encoder.onnx
βββ tokenizer.json
βββ torch_config.json
βββ torch_weight.ptThe current 'snapshot_download' function can interfere with testing due to network reasons, so I added the 'get_local_model' function for easy run. If you have any other questions, please feel free to remind me |
No description provided.