hugging2021
commited on
Commit
•
66ba4c6
1
Parent(s):
4faf550
Update requirements.txt
Browse files- requirements.txt +17 -38
requirements.txt
CHANGED
@@ -1,38 +1,17 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
requests
|
19 |
-
rich
|
20 |
-
safetensors==0.4.*
|
21 |
-
scipy
|
22 |
-
sentencepiece
|
23 |
-
tensorboard
|
24 |
-
transformers==4.41.*
|
25 |
-
tqdm
|
26 |
-
wandb
|
27 |
-
|
28 |
-
# API
|
29 |
-
SpeechRecognition==3.10.0
|
30 |
-
flask_cloudflared==0.0.14
|
31 |
-
sse-starlette==1.6.5
|
32 |
-
tiktoken
|
33 |
-
|
34 |
-
# llama-cpp-python (CPU only, no AVX2)
|
35 |
-
https://github.com/oobabooga/llama-cpp-python-cuBLAS-wheels/releases/download/cpu/llama_cpp_python-0.2.79+cpuavx-cp311-cp311-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.11"
|
36 |
-
https://github.com/oobabooga/llama-cpp-python-cuBLAS-wheels/releases/download/cpu/llama_cpp_python-0.2.79+cpuavx-cp310-cp310-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.10"
|
37 |
-
https://github.com/oobabooga/llama-cpp-python-cuBLAS-wheels/releases/download/cpu/llama_cpp_python-0.2.79+cpuavx-cp311-cp311-win_amd64.whl; platform_system == "Windows" and python_version == "3.11"
|
38 |
-
https://github.com/oobabooga/llama-cpp-python-cuBLAS-wheels/releases/download/cpu/llama_cpp_python-0.2.79+cpuavx-cp310-cp310-win_amd64.whl; platform_system == "Windows" and python_version == "3.10"
|
|
|
1 |
+
absl-py==1.4.0
|
2 |
+
accelerate==0.31.0
|
3 |
+
aiofiles==23.2.1
|
4 |
+
aiohttp==3.9.5
|
5 |
+
aiosignal==1.3.1
|
6 |
+
alabaster==0.7.16
|
7 |
+
albumentations==1.3.1
|
8 |
+
altair==4.2.2
|
9 |
+
annotated-types==0.7.0
|
10 |
+
anyio==3.7.1
|
11 |
+
…xyzservices==2024.6.0
|
12 |
+
yarl==1.9.4
|
13 |
+
yellowbrick==1.5
|
14 |
+
yfinance==0.2.40
|
15 |
+
zict==3.0.0
|
16 |
+
zipp==3.19.2
|
17 |
+
zstandard==0.22.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|