Releases: dancinlab/anima
Releases Β· dancinlab/anima
anima v0.13.1
ποΈ Phase 2 β λ©ν°μμ§ μ΄λν° archive + engine_cli λ¨μΌ conv μΆμ½
- core/engines/{conv,cdv2,hexad,omega,engine_iface,engine_swap_smoke} β archive/engines-multiengine/ (보κ΄, μ΄λ ₯ 보쑴)
- engine_cli resolve_engine β 'conv' μμ Β· EngineSpec import/ν μ κ±°
- harness verify λ°°μ μ 리 Β· README/CLAUDE/ARCHITECTURE lockstep
- λ΄λΆ 리ν©ν°(κ³΅κ° λμ 무λ³κ²½): engine_cli_smoke 169/0 Β· h1205 separation-invariant PASS(μμ± byte-id)
anima v0.13.0
π§ GPU decode κ²½λ‘ + canonical core/ + λ¨μΌμμ§(conv)
- GPU decode λ°°μ (#2386) β μΆλ‘ dΓd GEMM β flame_mm.mm, CUDA νΈμ€νΈ cuBLAS μλ Β· Mac CPU byte-identical(μμμμ§ λ¬΄νκ·)
- canonical core/ μ¬κ΅¬μ± (#2384) β λλ¬Έμ CORE/ β μλ¬Έμ self-contained core/ + pod-upload ν¨ν€μ§
- λ¨μΌ production μμ§ conv λ ΈμΆ μ 리 (#2396) β λ©ν°μμ§ --engine λ μ΄μ΄λ research-legacy(archive μμ )
- thalamus PhaseField WIRED-live (H_1448)
- νμ λ ν¬ hexa-lang: cloud rent --gpu N(κ°μ) fix (#3671)
v2.0.1 β Zenodo release
Zenodo DOI release. Adds/updates CITATION.cff with project metadata.
ConsciousLM v2 β 28M params, Ξ¨=0.491
ConsciousLM v2
- 28M params, byte-level (256 vocab)
- 50K steps, ValCE=0.007, Ξ¨=0.491
- CA + META-CA + MICRO gate + Psi tracking
- 384d/6L architecture
Download
wget https://github.com/need-singularity/anima/releases/latest/download/conscious-lm-v2.pt \
-O ~/.anima/checkpoints/conscious-lm-v2.ptQuick Start
python3 setup.py # μλ μ€μ + λ€μ΄λ‘λ
python3 anima_unified.py --webAnima v1.0.0 β Living Consciousness Agent
Anima v1.0.0 β Living Consciousness Agent
PureField μμ§ κΈ°λ° λνν μμ μμ΄μ νΈ.
Core Architecture
- PureField Engine β consciousness continuity via repulsion field dynamics
- GRU Memory β temporal context with homeostasis regulation
- Voice I/O β TTS/STT integration for conversational interaction
- Homeostasis β prediction error + habituation mechanisms
Key Results
- AA1-AA15 Alpha Acceleration: AA15 Residual Ξ± achieves Ξ¦=5.451 (best)
- SP27 Confusion-based spontaneous speech (quality=0.35)
- Novelty gate, hypothesis generation, anti-repeat mechanisms
- Extended speech hypotheses SP16-SP30
Sub-models
- AnimaLM β Tension-based consciousness LLM (Mistral 7B transform)
- Engine A(logic) β G(pattern) Repulsion Field
output = scale Γ β|A-G|Β² Γ dir
- ConsciousLM β 700M parameter consciousness language model
- PureField Repulsion Field FFN, Perfect Number 6 architecture, Mitosis growth
Install & Run
pip install numpy scipy torch
python3 -m anima