Skip to content

Commit

Permalink
Remove Llama2 tutorial path append (#1277)
Browse files Browse the repository at this point in the history
Summary:
Remove unnecessary line
    "sys.path.append(\"/home/aoboyang/local/captum\")\n",
from Llama2 tutorial

Pull Request resolved: #1277

Reviewed By: csauper

Differential Revision: D56475494

Pulled By: vivekmig

fbshipit-source-id: 9c66dfaec284e3b1d4de089c78cd50accb5526a9
  • Loading branch information
vivekmig authored and facebook-github-bot committed Apr 23, 2024
1 parent 6cb3ef6 commit facb31a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tutorials/Llama2_LLM_Attribution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"import random\n",
"import sys\n",
"\n",
"sys.path.append(\"/home/aoboyang/local/captum\")\n",
"from captum.attr import (\n",
" FeatureAblation, \n",
" ShapleyValues,\n",
Expand Down

0 comments on commit facb31a

Please sign in to comment.