hydai
hydai
## 職缺一覽 ## * Senior Blockchain Virtual Machine Engineer * Junior Blockchain Virtual Machine Engineer * Senior Deep Learning Compiler Engineer * Compiler/Virtual Machine Engineer * Junior Compiler/Virtual Machine Engineer...
Greetings, I'm @hydai, a member of the [WasmEdge](https://github.com/WasmEdge/WasmEdge) development team. We're excited to share that we've been working on [a PR](https://github.com/WasmEdge/WasmEdge/pull/2535) to implement the WASI-Logging proposal. However, we find ourselves...
feat: Prepare to deprecate manylinux2014 and use a new base OS for the general Linux release process
### Summary CentOS 7 will reach EOL on June 30, 2024[[1]]. Hence, we must move to a new base OS (`manylinux_2_28`) for the general Linux release process. There is no...
In this PR, I am pleased to nominate the following four individuals as new committers: 1. csh(@L-jasmine), the previous reviewer, works hard on reviewing the [WasmEdge Rust SDK](https://github.com/WasmEdge/wasmedge-rust-sdk), WasmEdge Rust...
### Summary WASI logging provides an excellent way to handle the logging system. We ship this proposal via a standalone plugin, so users will need to install it separately. This...
## Motivation WasmEdge currently offers two modes: a slow interpreter and a faster ahead-of-time (AOT) compilation. Each mode has its advantages and disadvantages. #### Interpreter - Pros: - Serves as...
## Motivation Due to the `cxx11abi` issue for the WASI-NN PyTorch plugin, we have to release multiple assets on different Linux distributions (manylinux2014 / Ubuntu 20.04). This will make users...
### Summary Currently, the WasmEdge CLI and SDK only provide limited logging levels, and we should extend that to a complete list so that users or developers can control them....
### Summary ## Motivation WasmEdge supports PyTorch, TensorFlow Lite, llama.cpp, and more NN backend. Dealing with the text-to-voice is a big thing that we want to achieve. To make it...
In this PR, I am pleased to nominate Shao-Yu Yu(@PeterD1524) as a new reviewer. He was a mentee in our LFX Mentorship Program, where he focused on implementing the WASI-NN...