Joshua Lochner

Results 63 issues of Joshua Lochner
trafficstars

# What does this PR do? cc @merveenoyan Fixes # (issue) ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the...

# What does this PR do? This PR adds export support for [Cohere](https://huggingface.co/models?other=cohere) models (similar to Llama). This does require one patch in transformers, however, due to a [problematic](https://github.com/huggingface/transformers/blob/254b25abd9a04bfff69408b9fdbaf2d270d1caaa/src/transformers/models/cohere/modeling_cohere.py#L117-L121) `torch.repeat_interleave`...

### System Info ```shell Optimum: main Platform: Linux (Ubuntu) Python version: 3.10.12 ``` ### Who can help? @JingyaHuang @michaelbenayoun @fxmarty ### Information - [ ] The official example scripts -...

bug

### Describe the issue When attempting to run https://huggingface.co/onnx-community/rtdetr_r50vd on WebGPU, I receive the following error: ![image](https://github.com/microsoft/onnxruntime/assets/26504141/2a4bc8a2-18d0-4469-8869-dc170a50fa30) ### To reproduce JSFiddle: https://jsfiddle.net/j8uc3k91/ ```js const url = 'https://huggingface.co/onnx-community/rtdetr_r18vd_coco_o365/resolve/main/onnx/model.onnx?download=true'; const session =...

model:transformer
platform:web
ep:WebGPU

A much needed overhaul of the PY → ONNX conversion script. I've still got many updates on local branches, which I will slowly integrate into this PR. Opening it up...

### System Info n/a ### Information - [ ] Docker - [ ] The CLI directly ### Tasks - [ ] An officially supported command - [ ] My own...

Demo: https://huggingface.co/spaces/Xenova/experimental-built-in-ai-chat https://github.com/xenova/transformers.js/assets/26504141/c0f9629c-ca74-45a3-8ef7-ea8ea5206e80 See https://developer.chrome.com/docs/ai/built-in for more information.

# What does this PR do? Fixes # (issue) ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks...