- Python
- uv (https://docs.astral.sh/uv/)
## download models
bin/download.sh
## activate virtual environment
$ uv venv
# run official convert script
$ uv run scr/convert-official.py
# run inspect pt script
$ uv run scr/inspect-pt.py
# run inspect safetensors script (will output log files to tmp/ folder)
$ uv run scr/inspect-safetensors.pyReference: