38
Browse files- app/requirements.txt +3 -1
app/requirements.txt
CHANGED
@@ -4,4 +4,6 @@ transformers
|
|
4 |
wandb
|
5 |
tqdm
|
6 |
streamlit
|
7 |
-
tiktoken==0.4.0
|
|
|
|
|
|
4 |
wandb
|
5 |
tqdm
|
6 |
streamlit
|
7 |
+
tiktoken==0.4.0
|
8 |
+
GPTConfig
|
9 |
+
GPT
|