Lei

Results 15 comments of Lei

Appreciate the insights! My initial suggestions for language specific APIs was motivated by the difficulty of designing an API that is idiomatic to implement in multiple languages (especially Rust). But...

> To make sure I understand correctly; are you saying an app or game that supports platforms X, Y, and Z might ship a "native" Carton model that can run...

Post #173 > Is it possible/straightforward for us to implement Lift for Tensor (and use it easily)? It looks like wasmtime [implements Lift for several types](https://github.com/bytecodealliance/wasmtime/blob/fef8a90f258483ac6c2e470d3de277a743d5d392/crates/wasmtime/src/component/func/typed.rs#L692-L697) that can be built...

@VivekPanyam I'm going to start implementing ```Seal``` and ```InferWithHandle``` sometime in the next week. What are these methods supposed to do? From the torch runner it seems like they can...

Have you checked out [lunatic](https://kolobara.com/lunatic/#what-is-lunatic)? Might be a workaround for the lack of threads.