Spaces:
Build error
Build error
kapil
feat: implement WASM bridge for browser-based neural inference using WebGPU and update project configuration
f972a86 | pub mod args; | |
| pub mod data; | |
| pub mod inference; | |
| pub mod loss; | |
| pub mod model; | |
| pub mod scoring; | |
| pub mod server; | |
| pub mod tests; | |
| pub mod train; | |
| // WASM Module for the Web Build | |
| pub mod wasm_bridge; | |