jettjaniak / teren

Linking activation space features to model behavior
Apache License 2.0
0 stars 1 forks source link

teren

Linking activation space features to model behavior

setup instructions

  1. install python3.10
  2. setup your private SSH key
    1. put it under in .ssh/id_[protocol]
    2. chmod 600 [key]
    3. you can debug with ssh -T -v git@github.com
  3. clone the repo via ssh git@github.com:jettjaniak/teren.git
  4. make virtual env python3.10 -m venv .venv
  5. activate virtual env source .venv/bin/activate
  6. install project in editable state pip install -e .
  7. install pre-commit hooks pre-commit install
  8. run pytest