Skip to content

Installation

Requirements

  • Python >=3.10
  • Access to the two runtime Hugging Face repositories:
  • unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit
  • mash-mash/Llama_TalkTag_CHAT_error_annotator_adapter

Runtime install

pip install "talk-tag[runtime]"

Set authentication token

export HF_TOKEN=...

On PowerShell:

$env:HF_TOKEN = "..."

Verify installation

talk-tag doctor