Update gitagpt_core.py
Browse files- gitagpt_core.py +0 -5
gitagpt_core.py
CHANGED
|
@@ -7,11 +7,6 @@ Original file is located at
|
|
| 7 |
https://colab.research.google.com/drive/1RrqLWWdcmyvgmffBqGr8_MVnUBQTGIHp
|
| 8 |
"""
|
| 9 |
|
| 10 |
-
pip install --upgrade pip
|
| 11 |
-
pip install torch transformers datasets
|
| 12 |
-
pip install sentence-transformers
|
| 13 |
-
pip install langchain langchain-community faiss-cpu
|
| 14 |
-
|
| 15 |
import re
|
| 16 |
import pandas as pd
|
| 17 |
from transformers import pipeline
|
|
|
|
| 7 |
https://colab.research.google.com/drive/1RrqLWWdcmyvgmffBqGr8_MVnUBQTGIHp
|
| 8 |
"""
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
import re
|
| 11 |
import pandas as pd
|
| 12 |
from transformers import pipeline
|