Text Generation
Safetensors
Rust
RWKV
English
oicio-rs
ternary
matmul-free
cpu-only
1.58-bit
bitnet
bonsai
infinite-context
em-llm
reattention
recursive-agent-harness
rlm
rah
edge-ai
needle
hadamard
mlgru
mamba
liquid-neural-networks
turbovec
turboquant
t-mac
vec-lut
axon
consumer-hardware
better-quality
intelligence-density
Instructions to use deeprcurs/OICIO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- RWKV
How to use deeprcurs/OICIO with RWKV:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
| pub mod bitlinear; | |
| pub mod hadamard; | |
| pub mod mlgru; | |
| pub mod ternary_san; | |
| pub use bitlinear::{BitLinear, TernaryWeight}; | |
| pub use hadamard::{hadamard_transform, HadamardMLP}; | |
| pub use mlgru::{MLGRU, MLGRUConfig}; | |
| pub use ternary_san::{TernarySAN, TernarySANConfig}; | |