-
Please consider adding Core ML model package format support to utilize Apple Silicone Nural Engine + GPU.
List of Core ML package format models
https://github.com/likedan/Awesome-CoreML-Models
-
I have the following function defined in my Swift iOS app, copied largely from the example app in the repo:
```
func loadModel(isRedownloadAttempt: Bool) {
// First check what's already dow…
-
### 🐛 Describe the bug
We are running exercise on the [newly launched benchmarking infra](https://github.com/pytorch/executorch/tree/main/extension/benchmark) with the in-tree enabled models under `e…
-
I tried these: https://huggingface.co/coreml-community/coreml-juggernautXL-v6_SDXL_8-bit, https://huggingface.co/coreml-community/coreml-ChilloutMix. After placing them in the folder, the application …
-
@kalenmike once we've updated the ultralytics package we should probably add a Docker tab or link on the train page since `ultralytics` is installed by default in https://hub.docker.com/…
-
## ❓Question
I want to use coremltools to help accomplish combining some separate coreml models to form a bigger one.
For example, **I have models: main.mlmodel, if_branch.mlmodel, else_branch.mlm…
-
[Block-wise quantization](https://arxiv.org/abs/2110.02861) divides input tensors into smaller blocks that are independently quantized, resulting in faster optimization and high precision quantization…
-
I cloned the code to local and get cormel-small downloaded but failed to make it
I get this error :`unable to find utility "coremlc", not a developer tool or in PATH`
when I run `./models/generate…
-
### 🚀 The feature, motivation and pitch
I was trying to export some standard torchvision detection models, but export failed due to
```
torch._dynamo.exc.Unsupported: call_function BuiltinVariabl…
-
**Problem**
Please consider adding Core ML model package format support to utilize Apple Silicone Nural Engine + GPU.
**Success Criteria**
Utilize both ANE & GPU, not just GPU on Apple Silico…