Pinned Repositories
abstract-rc
Defines a generic interface for Reference Counting in Rust (abstract over Rc and Arc)
ai00_server
A localized open-source AI server that is better than ChatGPT.
blog
blogs
bnf_sampler
ChatRWKV
ChatRWKV is like ChatGPT but powered by RWKV (100% RNN) language model, and open source.
doxygen-github-pages-action
GitHub Action for deploying Doxygen documentation to a GitHub pages branch
formatron
Formatron empowers everyone to control the format of language models' output with minimal overhead.
kbnf
A high-performance constrained decoding engine based on context free grammar in Rust
llm-tree
rwkv-tensorrt
Dan-wanna-M's Repositories
Dan-wanna-M/formatron
Formatron empowers everyone to control the format of language models' output with minimal overhead.
Dan-wanna-M/kbnf
A high-performance constrained decoding engine based on context free grammar in Rust
Dan-wanna-M/bnf_sampler
Dan-wanna-M/rwkv-tensorrt
Dan-wanna-M/llm-tree
Dan-wanna-M/abstract-rc
Defines a generic interface for Reference Counting in Rust (abstract over Rc and Arc)
Dan-wanna-M/ai00_server
A localized open-source AI server that is better than ChatGPT.
Dan-wanna-M/blog
blogs
Dan-wanna-M/ChatRWKV
ChatRWKV is like ChatGPT but powered by RWKV (100% RNN) language model, and open source.
Dan-wanna-M/doxygen-github-pages-action
GitHub Action for deploying Doxygen documentation to a GitHub pages branch
Dan-wanna-M/fixedbitset
A simple bitset container for Rust
Dan-wanna-M/doxypypy
A more Pythonic version of doxypy, a Doxygen filter for Python.
Dan-wanna-M/FuckGalEngine
My tools to crack galgame
Dan-wanna-M/GalgameReverse
Some decoding or encoding methods in galgame
Dan-wanna-M/GARbro
Visual Novels resource browser
Dan-wanna-M/GenTemplateBJ
Dan-wanna-M/hello-world
test
Dan-wanna-M/jaggedarray
Dan-wanna-M/kbnf-syntax
A successor bnf parsing library of bnf parsing library, for parsing Extended Backus–Naur form context-free grammars
Dan-wanna-M/MingDynasty
Dan-wanna-M/my-app
Dan-wanna-M/Pytorch-UNet
PyTorch implementation of the U-Net for image semantic segmentation with high quality images
Dan-wanna-M/qp-trie-rs
An idiomatic and fast QP-trie implementation in pure Rust.
Dan-wanna-M/RAUNet
RAUNet: Residual Attention U-Net for Semantic Segmentation of Cataract Surgical Instruments (ICONIP19)
Dan-wanna-M/regex
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
Dan-wanna-M/Rice_QA
Dan-wanna-M/RWKV-LM-LoRA
RWKV is a RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). So it's combining the best of RNN and transformer - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding.
Dan-wanna-M/rwkv_cuda
Dan-wanna-M/web-rwkv-axum
A highly customizable, full scale web backend for web-rwkv, built on axum with websocket protocol.