valeriedaash commited on
Commit
51b57a3
·
1 Parent(s): 07e5f8a
Files changed (3) hide show
  1. .gitignore +2 -0
  2. data.csv +0 -0
  3. requirements.txt +72 -0
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ # Virtualenv
2
+ /faiss_env/
data.csv ADDED
The diff for this file is too large to render. See raw diff
 
requirements.txt ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==5.2.0
2
+ attrs==23.2.0
3
+ blinker==1.7.0
4
+ cachetools==5.3.3
5
+ certifi==2024.2.2
6
+ charset-normalizer==3.3.2
7
+ click==8.1.7
8
+ filelock==3.13.1
9
+ fsspec==2024.2.0
10
+ gitdb==4.0.11
11
+ GitPython==3.1.42
12
+ huggingface-hub==0.21.4
13
+ idna==3.6
14
+ Jinja2==3.1.3
15
+ joblib==1.3.2
16
+ jsonschema==4.21.1
17
+ jsonschema-specifications==2023.12.1
18
+ markdown-it-py==3.0.0
19
+ MarkupSafe==2.1.5
20
+ mdurl==0.1.2
21
+ mpmath==1.3.0
22
+ networkx==3.2.1
23
+ numpy==1.26.4
24
+ nvidia-cublas-cu12==12.1.3.1
25
+ nvidia-cuda-cupti-cu12==12.1.105
26
+ nvidia-cuda-nvrtc-cu12==12.1.105
27
+ nvidia-cuda-runtime-cu12==12.1.105
28
+ nvidia-cudnn-cu12==8.9.2.26
29
+ nvidia-cufft-cu12==11.0.2.54
30
+ nvidia-curand-cu12==10.3.2.106
31
+ nvidia-cusolver-cu12==11.4.5.107
32
+ nvidia-cusparse-cu12==12.1.0.106
33
+ nvidia-nccl-cu12==2.19.3
34
+ nvidia-nvjitlink-cu12==12.4.99
35
+ nvidia-nvtx-cu12==12.1.105
36
+ packaging==23.2
37
+ pandas==2.2.1
38
+ pillow==10.2.0
39
+ protobuf==4.25.3
40
+ pyarrow==15.0.1
41
+ pydeck==0.8.1b0
42
+ Pygments==2.17.2
43
+ python-dateutil==2.9.0.post0
44
+ pytz==2024.1
45
+ PyYAML==6.0.1
46
+ referencing==0.33.0
47
+ regex==2023.12.25
48
+ requests==2.31.0
49
+ rich==13.7.1
50
+ rpds-py==0.18.0
51
+ safetensors==0.4.2
52
+ scikit-learn==1.4.1.post1
53
+ scipy==1.12.0
54
+ sentence-transformers==2.5.1
55
+ six==1.16.0
56
+ smmap==5.0.1
57
+ streamlit==1.32.1
58
+ sympy==1.12
59
+ tenacity==8.2.3
60
+ threadpoolctl==3.3.0
61
+ tokenizers==0.15.2
62
+ toml==0.10.2
63
+ toolz==0.12.1
64
+ torch==2.2.1
65
+ tornado==6.4
66
+ tqdm==4.66.2
67
+ transformers==4.38.2
68
+ triton==2.2.0
69
+ typing_extensions==4.10.0
70
+ tzdata==2024.1
71
+ urllib3==2.2.1
72
+ watchdog==4.0.0