This directory contains a small helper bundle for Nanochat that installs additional evaluation-time dependencies which currently do not install correctly via the main repository setup.
-
eval_bundle.zip
Prepackaged Python dependencies and resources required for Nanochat evaluation workflows. -
install.sh
Convenience script to install system and Python dependencies and unpack the eval bundle into Nanochat’s cache directory. -
identity_conversations.jsonl
Auxiliary evaluation data used by certain Nanochat evals.
This bundle is a temporary workaround for dependency issues in the current Nanochat repository. It exists to make evaluation workflows usable without manually resolving broken or missing dependencies.
It does not modify Nanochat core code.
Pull this gist to the root nanochat repo directory
git clone https://gist.github.com/eric-humane/726aec8227497c08d0d889c9c5287b8bRun the install script:
bash install.shAnnoyingly, Gist won't show the script on web -- so if you want to see it before pulling the repo, it is below. The script is very simple.
apt-get update
apt-get install -y unzip
mkdir -p ~/.cache/nanochat/eval_bundle
unzip -o eval_bundle.zip -d ~/.cache/nanochat/eval_bundle