helloburke

Results 4 issues of helloburke

## 🐛 Bug i use pyoidie v0.23.3 in chrome extension, in some case ,it will down because the error: RuntimeError: memory access out of bounds ![image](https://github.com/pyodide/pyodide/assets/52028992/cbca60b1-eddd-44bb-9410-dc730330571b) ### To Reproduce i...

bug

### Feature request // Due to a bug in onnxruntime-web, we must disable multithreading for now. // See [[Web] chrome V3 extension `TypeError: URL.createObjectURL is not a function` · Issue...

enhancement

### System Info "@huggingface/transformers": "^3.0.0-alpha.5" ### Environment/Platform - [X] Website/web-app - [X] Browser extension - [ ] Server-side (e.g., Node.js, Deno, Bun) - [ ] Desktop app (e.g., Electron) -...

bug

I firt run https://github.com/microsoft/DeepSpeed-MII/blob/main/mii/legacy/examples/local/text-generation-bloom560m-example.py then run code ``` import mii generator = mii.mii_query_handle("bloom560m_deployment") result = generator.query({"query": ["DeepSpeed is", "Seattle is"]}, do_sample=True, max_new_tokens=30) print(result) ``` But got the error: [2025-01-13 09:23:10,377]...