dlouapre HF Staff commited on
Commit
463e177
·
1 Parent(s): 52a9422

Updating requirements 3.10.3 for zeroGPU

Browse files
Files changed (5) hide show
  1. .python-version +1 -1
  2. README.md +2 -2
  3. pyproject.toml +2 -2
  4. requirements.txt +6 -2
  5. uv.lock +0 -0
.python-version CHANGED
@@ -1 +1 @@
1
- 3.11
 
1
+ 3.10.3
README.md CHANGED
@@ -5,11 +5,11 @@ colorFrom: yellow
5
  colorTo: purple
6
  sdk: gradio
7
  sdk_version: 5.42.0
8
- python_version: 3.11
9
  app_file: app.py
10
  hf_oauth: true
11
  hf_oauth_scopes:
12
  - inference-api
13
  license: llama3.1
14
  short_description: TBD
15
- ---
 
5
  colorTo: purple
6
  sdk: gradio
7
  sdk_version: 5.42.0
8
+ python_version: 3.10.3
9
  app_file: app.py
10
  hf_oauth: true
11
  hf_oauth_scopes:
12
  - inference-api
13
  license: llama3.1
14
  short_description: TBD
15
+ ---
pyproject.toml CHANGED
@@ -2,7 +2,7 @@
2
  name = "eiffel-demo"
3
  version = "0.1.0"
4
  description = "Steered LLM demo using SAE features with Gradio interface"
5
- requires-python = ">=3.11"
6
  dependencies = [
7
  "torch>=2.8.0",
8
  "transformers>=4.56.2",
@@ -10,4 +10,4 @@ dependencies = [
10
  "pyyaml>=6.0",
11
  "accelerate>=0.20.0",
12
  "spaces==0.28.3"
13
- ]
 
2
  name = "eiffel-demo"
3
  version = "0.1.0"
4
  description = "Steered LLM demo using SAE features with Gradio interface"
5
+ requires-python = "==3.10.3"
6
  dependencies = [
7
  "torch>=2.8.0",
8
  "transformers>=4.56.2",
 
10
  "pyyaml>=6.0",
11
  "accelerate>=0.20.0",
12
  "spaces==0.28.3"
13
+ ]
requirements.txt CHANGED
@@ -26,6 +26,8 @@ click==8.3.0
26
  # via
27
  # typer
28
  # uvicorn
 
 
29
  fastapi==0.121.0
30
  # via gradio
31
  ffmpy==0.6.4
@@ -88,9 +90,9 @@ mdurl==0.1.2
88
  # via markdown-it-py
89
  mpmath==1.3.0
90
  # via sympy
91
- networkx==3.5
92
  # via torch
93
- numpy==2.3.4
94
  # via
95
  # accelerate
96
  # gradio
@@ -190,6 +192,7 @@ typer==0.20.0
190
  typing-extensions==4.15.0
191
  # via
192
  # anyio
 
193
  # fastapi
194
  # gradio
195
  # gradio-client
@@ -201,6 +204,7 @@ typing-extensions==4.15.0
201
  # torch
202
  # typer
203
  # typing-inspection
 
204
  typing-inspection==0.4.2
205
  # via pydantic
206
  tzdata==2025.2
 
26
  # via
27
  # typer
28
  # uvicorn
29
+ exceptiongroup==1.3.0
30
+ # via anyio
31
  fastapi==0.121.0
32
  # via gradio
33
  ffmpy==0.6.4
 
90
  # via markdown-it-py
91
  mpmath==1.3.0
92
  # via sympy
93
+ networkx==3.4.2
94
  # via torch
95
+ numpy==2.2.6
96
  # via
97
  # accelerate
98
  # gradio
 
192
  typing-extensions==4.15.0
193
  # via
194
  # anyio
195
+ # exceptiongroup
196
  # fastapi
197
  # gradio
198
  # gradio-client
 
204
  # torch
205
  # typer
206
  # typing-inspection
207
+ # uvicorn
208
  typing-inspection==0.4.2
209
  # via pydantic
210
  tzdata==2025.2
uv.lock CHANGED
The diff for this file is too large to render. See raw diff