hydai

Results 94 issues of hydai

### Summary ## Motivation WasmEdge is a lightweight and cross-platform runtime for LLM applications. It allows developers to create LLM apps on a Mac or Windows dev machine, compile them...

enhancement
LFX Mentorship

### Summary When running a large MoE model, the large tensors should be split across into multiple GPUs. Especially when we have multiple different GPUs with various VRAM sizes, this...

enhancement
c-WASI-NN

### Summary When using the ggml plugin in a multiple-GPU machine, it's important to specify the main GPU. The default value is using GPU 0 now. ### Details * Support...

enhancement
c-WASI-NN

### Summary WasmEdge currently provides a CUDA 12.0 pre-built `ggml` plugin, which is nice. However, some users only have a legacy CUDA version `11.x`. Unfortunately, they cannot upgrade their CUDA...

enhancement
c-WASI-NN

### Summary ## Motivation WasmEdge is a lightweight and cross-platform runtime for AI / LLM applications. It allows developers to create LLM apps on a Mac or Windows dev machine,...

enhancement
GSoC

### Summary ## Motivation WasmEdge is a WebAssembly runtime that supports both interpreter and ahead-of-time modes. For the [proxy-wasm](https://github.com/proxy-wasm/proxy-wasm-cpp-host) support, WasmEdge only currently provides the interpreter mode. Like the other...

enhancement
c-AOT

### Summary This project, [wasm-coredump](https://github.com/WebAssembly/tool-conventions/blob/main/Coredump.md), aims to enhance the debugging capabilities of WebAssembly by implementing a coredump feature for post-mortem analysis. When WebAssembly encounters a runtime error, it will initiate...

enhancement
GSoC

### Summary LLM is a hot topic, there are more and more frameworks to make the execution of LLM faster. WasmEdge already integrated the [llama.cpp](https://github.com/ggerganov/llama.cpp) as one of the backend....

enhancement
LFX Mentorship

### Summary The extension architecture is provided from 0.10.0. WasmEdge implements two extensions for enabling the ML and Image processing solutions, including `wasmedge-tensorflow-extension` and `wasmedge-image-extension.` However, the original extension design...

enhancement
c-Installer

### Summary WasmEdge supports PyTorch, TensorFlow Lite, llama.cpp, and more NN backend. [Burn.rs](https://github.com/tracel-ai/burn) is a new deep-learning framework built using Rust. The portability, flexibility, and compute efficiency are important to...

enhancement
LFX Mentorship
c-WASI-NN