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
File size: 275 Bytes
f9d2997 | 1 2 3 4 5 6 7 8 9 10 | pub mod turboquant;
pub mod turboquant_real;
pub mod em_llm;
pub mod reattention;
pub use turboquant::{TurboQuant, TurboQuantConfig};
pub use turboquant_real::TurboQuantReal;
pub use em_llm::{SurpriseSegmenter, Event};
pub use reattention::{ReAttention, ReAttentionConfig};
|