Spaces:
Running
Running
Upload 2 files
Browse files- app.py +4 -0
- requirements.txt +12 -0
app.py
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from huggingface_hub import hf_hub_download
|
2 |
+
|
3 |
+
hf_hub_download(repo_id="bartowski/aya-23-8B-GGUF", filename="aya-23-8B-Q3_K_S.gguf")
|
4 |
+
hf_hub_download(repo_id="ChristianAzinn/labse-gguf", filename="labse.Q3_K_S.gguf")
|
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#huggingface_hub==0.22.2
|
2 |
+
#llama-cpp-python #==0.2.82
|
3 |
+
#langchain_community #==0.2.10
|
4 |
+
#gpt4all #==2.7.0
|
5 |
+
#langchain #==0.2.11
|
6 |
+
#langchain_core #==0.2.24
|
7 |
+
#faiss-gpu #==1.8.0.post1
|
8 |
+
#gpt4all[cuda]
|
9 |
+
#config
|
10 |
+
#llama-index-llms-langchain
|
11 |
+
#bs4
|
12 |
+
huggingface_hub
|