Skip to content

Commit

Permalink
Phi 4 docs fix (TransformerLensOrg#839)
Browse files Browse the repository at this point in the history
* aded changes needed for docs

* set transformers to correct version

* Revert "set transformers to correct version"

This reverts commit 43be0b3.

* made transformers use various versions based on python

* marked cell to skip

* capped transformers
  • Loading branch information
bryce13950 authored and Fabian Degen committed Jan 22, 2025
1 parent 55f474b commit f8516d7
Show file tree
Hide file tree
Showing 4 changed files with 339 additions and 152 deletions.
12 changes: 4 additions & 8 deletions demos/Othello_GPT.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@
}
],
"source": [
"# NBVAL_IGNORE_OUTPUT\n",
"sd = utils.download_file_from_hf(\n",
" \"NeelNanda/Othello-GPT-Transformer-Lens\", \"synthetic_model.pth\"\n",
")\n",
Expand Down Expand Up @@ -735,7 +736,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "base",
"display_name": ".venv",
"language": "python",
"name": "python3"
},
Expand All @@ -749,14 +750,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.11.9"
},
"orig_nbformat": 4,
"vscode": {
"interpreter": {
"hash": "d4d1e4263499bec80672ea0156c357c1ee493ec2b1c70f0acce89fc37c4a6abe"
}
}
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
Expand Down
Loading

0 comments on commit f8516d7

Please sign in to comment.