Spaces:
Runtime error
Runtime error
Commit ·
11c92d7
1
Parent(s): 9406843
Upload 50 files
Browse files- modules/__pycache__/llama_func.cpython-39.pyc +0 -0
- modules/__pycache__/models.cpython-39.pyc +0 -0
- modules/__pycache__/overwrites.cpython-311.pyc +0 -0
- modules/__pycache__/overwrites.cpython-39.pyc +0 -0
- modules/__pycache__/pdf_func.cpython-311.pyc +0 -0
- modules/__pycache__/presets.cpython-311.pyc +0 -0
- modules/__pycache__/presets.cpython-39.pyc +0 -0
- modules/__pycache__/shared.cpython-311.pyc +0 -0
- modules/__pycache__/shared.cpython-39.pyc +0 -0
- modules/__pycache__/utils.cpython-311.pyc +0 -0
- modules/__pycache__/utils.cpython-39.pyc +0 -0
- requirements.txt +8 -1
modules/__pycache__/llama_func.cpython-39.pyc
CHANGED
|
Binary files a/modules/__pycache__/llama_func.cpython-39.pyc and b/modules/__pycache__/llama_func.cpython-39.pyc differ
|
|
|
modules/__pycache__/models.cpython-39.pyc
ADDED
|
Binary file (16.5 kB). View file
|
|
|
modules/__pycache__/overwrites.cpython-311.pyc
ADDED
|
Binary file (4.29 kB). View file
|
|
|
modules/__pycache__/overwrites.cpython-39.pyc
CHANGED
|
Binary files a/modules/__pycache__/overwrites.cpython-39.pyc and b/modules/__pycache__/overwrites.cpython-39.pyc differ
|
|
|
modules/__pycache__/pdf_func.cpython-311.pyc
ADDED
|
Binary file (10.3 kB). View file
|
|
|
modules/__pycache__/presets.cpython-311.pyc
ADDED
|
Binary file (6.87 kB). View file
|
|
|
modules/__pycache__/presets.cpython-39.pyc
CHANGED
|
Binary files a/modules/__pycache__/presets.cpython-39.pyc and b/modules/__pycache__/presets.cpython-39.pyc differ
|
|
|
modules/__pycache__/shared.cpython-311.pyc
ADDED
|
Binary file (3.27 kB). View file
|
|
|
modules/__pycache__/shared.cpython-39.pyc
CHANGED
|
Binary files a/modules/__pycache__/shared.cpython-39.pyc and b/modules/__pycache__/shared.cpython-39.pyc differ
|
|
|
modules/__pycache__/utils.cpython-311.pyc
ADDED
|
Binary file (27.6 kB). View file
|
|
|
modules/__pycache__/utils.cpython-39.pyc
CHANGED
|
Binary files a/modules/__pycache__/utils.cpython-39.pyc and b/modules/__pycache__/utils.cpython-39.pyc differ
|
|
|
requirements.txt
CHANGED
|
@@ -7,10 +7,17 @@ tqdm
|
|
| 7 |
colorama
|
| 8 |
duckduckgo_search
|
| 9 |
Pygments
|
| 10 |
-
llama_index==0.5.
|
| 11 |
langchain
|
| 12 |
markdown
|
| 13 |
PyPDF2
|
| 14 |
pdfplumber
|
| 15 |
pandas
|
| 16 |
commentjson
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
colorama
|
| 8 |
duckduckgo_search
|
| 9 |
Pygments
|
| 10 |
+
llama_index==0.5.13
|
| 11 |
langchain
|
| 12 |
markdown
|
| 13 |
PyPDF2
|
| 14 |
pdfplumber
|
| 15 |
pandas
|
| 16 |
commentjson
|
| 17 |
+
transformers
|
| 18 |
+
torch
|
| 19 |
+
icetk
|
| 20 |
+
protobuf==3.19.0
|
| 21 |
+
git+https://github.com/OptimalScale/LMFlow.git
|
| 22 |
+
cpm-kernels
|
| 23 |
+
sentence_transformers
|