Skip to main content

bananamendr (Python)

Local CPU inference for the BananaMind-2 chat checkpoints — Nano, Mini and Pro (Preview) — with no PyTorch at runtime. The Rust core reads the published model.safetensors and tokenizer.json directly. One abi3 wheel serves every CPython ≥ 3.9.

Greedy decoding is token-exact against Hugging Face transformers.

This module takes paths only — it never downloads anything. For checkpoint fetching, a config file and an OpenAI-compatible server, install bananamendy.

pip install bananamendr
import bananamendr

model = bananamendr.Model("ref/BananaMind-2-Nano-Chat")
print(model.config["model_type"], model.config["num_hidden_layers"])

generation = model.chat(
    [{"role": "user", "content": "Why is the sky blue?"}],
    max_new_tokens=64,
    temperature=0.0,               # greedy; the Python API defaults to greedy
)
print(generation.text, generation.tokens_per_second)

# Streaming: the callback receives (decoded delta, token id) per step.
model.generate("Once upon a time", on_token=lambda text, token: print(text, end=""))

Also available: tokenize, detokenize, apply_chat_template, logits, generate_tokens.

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

bananamendr-1.0.4.tar.gz (36.6 kB view details)

Uploaded Source

Built Distribution

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

bananamendr-1.0.4-cp39-abi3-macosx_11_0_arm64.whl (1.7 MB view details)

Uploaded CPython 3.9+macOS 11.0+ ARM64

File details

Details for the file bananamendr-1.0.4.tar.gz.

File metadata

  • Download URL: bananamendr-1.0.4.tar.gz
  • Upload date:
  • Size: 36.6 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 bananamendr-1.0.4.tar.gz
Algorithm Hash digest
SHA256 9bf638322ffa954be4adbe3118f87b91282085189d39b76f06f7936d8ec88478
MD5 15aa2e656f5df21e90ee66c13b7f25f7
BLAKE2b-256 48d758f71d56d38fd1e309fa1ee8c91c02281b19685c5addfb19cee64e8907b8

See more details on using hashes here.

File details

Details for the file bananamendr-1.0.4-cp39-abi3-macosx_11_0_arm64.whl.

File metadata

  • Download URL: bananamendr-1.0.4-cp39-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.9+, macOS 11.0+ ARM64
  • 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 bananamendr-1.0.4-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 49a20fb0db29a49dbe9761728349ea3041f809a0a34acfdac22705713b271ac3
MD5 0a92d513397355f69cf2fd315eb5d949
BLAKE2b-256 a3a7a6d2f54a0b185670986dc50205223c79498d17b8abb33284f564987c985d

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