Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline, logging
|
3 |
from huggingface_hub import notebook_login
|
4 |
notebook_login()
|
|
|
1 |
+
transformers
|
2 |
from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline, logging
|
3 |
from huggingface_hub import notebook_login
|
4 |
notebook_login()
|