| ```bash yuy setup yuy download Yuuki-best yuy run Yuuki-best ``` |
**Three commands. That's all.** Setup your environment, grab a model, and start generating code. Yuy handles the rest. |
Model DownloadsStream models from Hugging Face with real-time progress bars and auto-selected quantization based on your hardware.Local InferenceRun models using llama.cpp or ollama. Presets for balanced, creative, and precise generation included.Model ManagementList, inspect metadata, view available quantizations, and remove downloaded models with a single command.System DiagnosticsFull health check: hardware info, runtime detection, dependency status, and configuration validation. |
Runtime ManagementDetect, install, and configure inference runtimes. Yuy guides you through setup on any platform.Cross-PlatformTermux (Android), Linux, macOS, and Windows. One codebase, consistent experience everywhere.Mobile-FirstOptimized defaults for constrained hardware. Memory-aware quantization, conservative I/O, thermal-safe compilation.Zero ConfigurationSmart defaults that work out of the box. Platform detection, RAM-based recommendations, runtime auto-discovery. |
llama.cpp (default)Lightweight, portable, highly optimized. Recommended for most users. - Single binary, no dependencies - CPU-optimized with SIMD (NEON on ARM, AVX on x86) - Optional GPU acceleration (CUDA, Metal, Vulkan) - Low memory footprint - Ideal for Termux **How Yuy invokes it:** ```bash llama-cli \ -m ~/.yuuki/models/Yuuki-best/yuuki-best-q4_0.gguf \ --interactive \ --temp 0.7 \ --top-p 0.9 \ -c 4096 \ -n -1 \ --color ``` |
ollamaServer-based runtime with user-friendly model management. - Built-in model management - REST API for programmatic access - Can serve multiple models - Optional web UI |
| **Training Details** | | | |:--|:--| | Base model | GPT-2 (124M parameters) | | Training type | Continued pre-training | | Hardware | Snapdragon 685, CPU only | | Training time | 50+ hours | | Progress | 2,000 / 37,500 steps (5.3%) | | Cost | $0.00 | | **Quality Scores (Checkpoint 2000)** | Language | Score | |:---------|:------| | Agda | 55 / 100 | | C | 20 / 100 | | Assembly | 15 / 100 | | Python | 8 / 100 | |