Skip to main content

bananamendy

CLI and persistent OpenAI-compatible server for local CPU inference on the BananaMind-2 chat checkpoints, on top of the Rust core bananamendr. No PyTorch at runtime.

uv pip install bananamendy

bananamendy pull nano                      # into the Hugging Face cache
bananamendy models                         # what is cached locally
bananamendy info                           # architecture facts
bananamendy chat --prompt "Why is the sky blue?"
bananamendy chat                           # REPL
bananamendy generate --prompt "Once upon a time"
bananamendy serve                          # OpenAI-compatible on 127.0.0.1:8377

Point any OpenAI client at it:

curl http://127.0.0.1:8377/v1/chat/completions \
  -H 'Content-Type: application/json' \
  -d '{"model": "nano", "messages": [{"role": "user", "content": "Hi"}], "stream": true}'

Implemented: GET /v1/models, POST /v1/chat/completions, POST /v1/completions (both with SSE streaming), GET /health. Sampling parameters left out of a request fall back to your config, so the server and the CLI behave identically.

Configuration is TOML in the platformdirs location (bananamendy init_config writes it; bananamendy config shows the effective values), overridable with BANANAMENDY_* environment variables.

Weights live in the ordinary Hugging Face cache — HF_HOME / HF_HUB_CACHE are respected, and a checkpoint you already have is not downloaded twice. Aliases nano, mini and pro expand to the BananaMind/BananaMind-2-*-Chat repos; any repo id or local directory works too.

Full documentation: https://github.com/twardoch/bananamend

License

Apache-2.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bananamendy-1.0.1.tar.gz (13.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bananamendy-1.0.1-py3-none-any.whl (12.6 kB view details)

Uploaded Python 3

File details

Details for the file bananamendy-1.0.1.tar.gz.

File metadata

  • Download URL: bananamendy-1.0.1.tar.gz
  • Upload date:
  • Size: 13.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for bananamendy-1.0.1.tar.gz
Algorithm Hash digest
SHA256 0acedffe5c2f71efc45d262dcf59d209d04a687187c3e72cb2efb5b841ccdf29
MD5 83900223a618527cfa5e3cce1f1ca6a8
BLAKE2b-256 a3bd262c288b1b566af1050f178a7c511fa9b3cd419e40e4c497e6b8bd66e19c

See more details on using hashes here.

File details

Details for the file bananamendy-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: bananamendy-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 12.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for bananamendy-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 cbada9306f3e458a3a7dbc4761ba934499fc9de3c9512ac013399aa5f64812c9
MD5 cd34105d4cc0e4c6bc6ebe80cd6e63ac
BLAKE2b-256 cdda90b043938088e7ed2034fcfffb5b9fd35e093b0c369bfa6fe104a1190734

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page