CrazyMonkey0 commited on
Commit
f42f941
·
1 Parent(s): 482015f

fix(requirements): adapting packages for Python 3.13

Browse files
Files changed (2) hide show
  1. Dockerfile +2 -1
  2. requirements.txt +8 -8
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  # Use prebuilt Debian image with llama-cpp-python
2
- FROM ghcr.io/abetlen/llama-cpp-python:python3.12
 
3
  # Set working directory
4
  WORKDIR /app
5
 
 
1
  # Use prebuilt Debian image with llama-cpp-python
2
+ FROM ghcr.io/abetlen/llama-cpp-python:latest
3
+
4
  # Set working directory
5
  WORKDIR /app
6
 
requirements.txt CHANGED
@@ -11,7 +11,7 @@ astunparse==1.6.3
11
  attrs==25.3.0
12
  audioread==3.0.1
13
  babel==2.17.0
14
- blis==1.2.0
15
  catalogue==2.0.10
16
  certifi==2025.1.31
17
  cffi==1.17.1
@@ -33,7 +33,7 @@ dlinfo==2.0.0
33
  dnspython==2.7.0
34
  docopt==0.6.2
35
  email_validator==2.2.0
36
- en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl#sha256=1932429db727d4bff3deed6b34cfc05df17794f4a52eeb26cf8928f7c1a0fb85
37
  espeakng-loader==0.2.4
38
  executing==2.2.0
39
  fastapi==0.115.11
@@ -72,7 +72,7 @@ language_data==1.3.0
72
  lazy_loader==0.4
73
  libclang==18.1.1
74
  librosa==0.11.0
75
- llvmlite==0.44.0
76
  loguru==0.7.3
77
  marisa-trie==1.2.1
78
  Markdown==3.7
@@ -92,8 +92,8 @@ namex==0.0.8
92
  networkx==3.4.2
93
  nltk==3.9.1
94
  num2words==0.5.14
95
- numba==0.61.0
96
- numpy>=1.20.0
97
  opt_einsum==3.4.0
98
  optree==0.14.1
99
  orjson==3.10.15
@@ -160,8 +160,8 @@ termcolor==2.5.0
160
  thinc==8.3.4
161
  threadpoolctl==3.6.0
162
  tokenizers==0.21.1
163
- torch==2.6.0
164
- torchaudio==2.6.0
165
  tqdm==4.67.1
166
  traitlets==5.14.3
167
  transformers==4.49.0
@@ -183,4 +183,4 @@ Werkzeug==3.1.3
183
  wheel==0.45.1
184
  wrapt==1.17.2
185
  xxhash==3.5.0
186
- yarl==1.18.3
 
11
  attrs==25.3.0
12
  audioread==3.0.1
13
  babel==2.17.0
14
+ blis==0.7.9
15
  catalogue==2.0.10
16
  certifi==2025.1.31
17
  cffi==1.17.1
 
33
  dnspython==2.7.0
34
  docopt==0.6.2
35
  email_validator==2.2.0
36
+ en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl
37
  espeakng-loader==0.2.4
38
  executing==2.2.0
39
  fastapi==0.115.11
 
72
  lazy_loader==0.4
73
  libclang==18.1.1
74
  librosa==0.11.0
75
+ llvmlite==0.45.0
76
  loguru==0.7.3
77
  marisa-trie==1.2.1
78
  Markdown==3.7
 
92
  networkx==3.4.2
93
  nltk==3.9.1
94
  num2words==0.5.14
95
+ numba==0.64.0
96
+ numpy>=1.25.0
97
  opt_einsum==3.4.0
98
  optree==0.14.1
99
  orjson==3.10.15
 
160
  thinc==8.3.4
161
  threadpoolctl==3.6.0
162
  tokenizers==0.21.1
163
+ torch==2.7.1
164
+ torchaudio==2.7.1
165
  tqdm==4.67.1
166
  traitlets==5.14.3
167
  transformers==4.49.0
 
183
  wheel==0.45.1
184
  wrapt==1.17.2
185
  xxhash==3.5.0
186
+ yarl==1.18.3