Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SKaiNET-developers/SKaiNET-research
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: SKaiNET-developers/SKaiNET-research
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/model-footprint-cli
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 11 files changed
  • 2 contributors

Commits on Aug 26, 2026

  1. model-footprint: multi-format fits-in-RAM CLI, parked for a stable co…

    …re release
    
    Standalone Kotlin/JVM CLI answering 'will this model fit on an embedded
    device with limited memory and compute?' from headers/metadata only, in
    seconds, for GGUF, safetensors and ONNX — before anyone invests a day
    in converting it. Exit code 0 = fits, 1 = does not, 2 = bad input.
    
    All analysis machinery lives in SKaiNET core (planInput per format,
    PlannerProfile.EDGE, the ONNX external_data pricing —
    SKaiNET-developers/SKaiNET#1169/#1170); this project is the CLI over
    that API. The required APIs are newer than the published 0.40.1, so
    this branch waits for the next stable core release; until then, core's
    './gradlew publishToMavenLocal -PsignAllPublications=false' makes it
    build — verified: tests green and the installed binary answers a
    512 MB synthetic safetensors at --profile edge --budget 2.1G with
    'fits' from mavenLocal artifacts.
    
    Idea and research questions: #5.
    
    Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
    michalharakal and claude committed Aug 26, 2026
    Configuration menu
    Copy the full SHA
    02229c8 View commit details
    Browse the repository at this point in the history
Loading