Lei
Lei
See the [parser](https://github.com/oven-sh/bun/blob/f88855da4fc30fac90391c079cd9bbf734ef35b2/src/bunfig.zig#L264). #7367 is resolved when I add 's' to my bunfig. ### What does this PR do? - [x] Documentation or TypeScript types (it's okay to leave the...
```python model, preproc = open_clip.create_model_from_pretrained( 'coca_ViT-L-14', pretrained='laion2b_s13b_b90k', device='cuda', jit=True ) ``` ``` RuntimeError: 'NoneType' object has no attribute or method 'dtype'.: File "/opt/conda/lib/python3.11/site-packages/torch/nn/modules/activation.py", line 1117 elif self.in_proj_bias is not None...
WASM support
How easy would it be to add support for Rust based libraries like Candle and Burn. I'd like to implement this if you aren't already working on it. I'd also...
While I am workin on finishing up #173, I drafted up some stuff [here](https://github.com/leifu1128/carton/tree/wasm-interface/source/carton-wasm-interface) which allows us to wrap the user's infer implementation with custom logic. I don't know if...