Skip to content

Commit e081df0

Browse files
author
Sebastian Sosa
committed
Update requirements.txt
1 parent 3316573 commit e081df0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
openai==1.19.0
2+
python-dotenv==1.0.1
13
rich==13.7.1
4+
scikit-learn==1.4.2
25
torch==2.2.1
36
transformers==4.39.0

research/api_llm_attribution.ipynb

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
],
1919
"source": [
2020
"import os\n",
21-
"import numpy as np\n",
2221
"import torch\n",
2322
"from transformers import AutoTokenizer, AutoModel, PreTrainedModel, PreTrainedTokenizer, GPT2LMHeadModel, GPT2Tokenizer\n",
2423
"from sklearn.neighbors import NearestNeighbors\n",

0 commit comments

Comments
 (0)