Ankerkraut commited on
Commit
9d68d0e
·
1 Parent(s): d2608e3
Files changed (2) hide show
  1. app.py +1 -0
  2. requirements.txt +2 -1
app.py CHANGED
@@ -6,6 +6,7 @@ from sentence_transformers import SentenceTransformer
6
  from huggingface_hub import login
7
  import torch
8
  import json
 
9
 
10
  """
11
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
 
6
  from huggingface_hub import login
7
  import torch
8
  import json
9
+ import bs4
10
 
11
  """
12
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
requirements.txt CHANGED
@@ -7,4 +7,5 @@ bitsandbytes
7
  packaging
8
  ninja
9
  https://github.com/Dao-AILab/flash-attention/releases/download/v2.5.9.post1/flash_attn-2.5.9.post1+cu118torch1.12cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
10
- qdrant-client[fastembed]>=1.8.2
 
 
7
  packaging
8
  ninja
9
  https://github.com/Dao-AILab/flash-attention/releases/download/v2.5.9.post1/flash_attn-2.5.9.post1+cu118torch1.12cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
10
+ qdrant-client[fastembed]>=1.8.2
11
+ bs4