Spaces:
Running
on
T4
Running
on
T4
adding hf_hub from git_main
Browse files- requirements.txt +2 -12
requirements.txt
CHANGED
|
@@ -1,14 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
#langchain-huggingface==0.0.3
|
| 3 |
-
#python-dotenv
|
| 4 |
-
#transformers>=4.35.2
|
| 5 |
-
#huggingface_hub==0.23.5
|
| 6 |
-
#sentence_transformers~=3.0.1
|
| 7 |
-
#langchain-qdrant==0.1.3
|
| 8 |
-
#qdrant-client~=1.10.1
|
| 9 |
-
#PyMuPDF~=1.23.7
|
| 10 |
-
#sentencepiece==0.2.0
|
| 11 |
-
|
| 12 |
aiofiles==23.2.1
|
| 13 |
aiohappyeyeballs==2.3.5
|
| 14 |
aiohttp==3.10.3
|
|
@@ -51,7 +41,7 @@ hf-transfer==0.1.8
|
|
| 51 |
hpack==4.0.0
|
| 52 |
httpcore==1.0.5
|
| 53 |
httpx==0.27.0
|
| 54 |
-
huggingface-hub==0.23.5
|
| 55 |
hyperframe==6.0.1
|
| 56 |
idna==3.7
|
| 57 |
importlib-resources==6.4.0
|
|
|
|
| 1 |
+
git+https://github.com/huggingface/huggingface_hub.git@main
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
aiofiles==23.2.1
|
| 3 |
aiohappyeyeballs==2.3.5
|
| 4 |
aiohttp==3.10.3
|
|
|
|
| 41 |
hpack==4.0.0
|
| 42 |
httpcore==1.0.5
|
| 43 |
httpx==0.27.0
|
| 44 |
+
#huggingface-hub==0.23.5
|
| 45 |
hyperframe==6.0.1
|
| 46 |
idna==3.7
|
| 47 |
importlib-resources==6.4.0
|