vericava commited on
Commit
b665055
·
1 Parent(s): a7cfb4d

fix issues

Browse files
Files changed (2) hide show
  1. pyproject.toml +7 -7
  2. requirements.txt +1 -5
pyproject.toml CHANGED
@@ -1,12 +1,12 @@
1
  [project]
2
  dependencies = [
3
- "accelerate>=1.2.1",
4
- "bitsandbytes>=0.45.0",
5
- "gradio>=5.9.1",
6
- "hf-transfer>=0.1.8",
7
- "spaces>=0.31.1",
8
- "torch==2.4.0",
9
- "transformers>=4.47.1",
10
  ]
11
  description = ""
12
  name = "chat-1"
 
1
  [project]
2
  dependencies = [
3
+ "accelerate>=1.2.1",
4
+ "bitsandbytes>=0.45.0",
5
+ "gradio>=5.9.1",
6
+ "hf-transfer>=0.1.8",
7
+ "spaces>=0.31.1",
8
+ "torch==2.4.0",
9
+ "transformers>=4.48.3",
10
  ]
11
  description = ""
12
  name = "chat-1"
requirements.txt CHANGED
@@ -24,8 +24,6 @@ click==8.1.8
24
  # via
25
  # typer
26
  # uvicorn
27
- exceptiongroup==1.2.2
28
- # via anyio
29
  fastapi==0.115.6
30
  # via gradio
31
  ffmpy==0.5.0
@@ -214,7 +212,7 @@ tqdm==4.67.1
214
  # via
215
  # huggingface-hub
216
  # transformers
217
- transformers==4.47.1
218
  # via calm2-7b-chat (pyproject.toml)
219
  triton==3.0.0
220
  # via torch
@@ -230,11 +228,9 @@ typing-extensions==4.12.2
230
  # huggingface-hub
231
  # pydantic
232
  # pydantic-core
233
- # rich
234
  # spaces
235
  # torch
236
  # typer
237
- # uvicorn
238
  tzdata==2024.2
239
  # via pandas
240
  urllib3==2.3.0
 
24
  # via
25
  # typer
26
  # uvicorn
 
 
27
  fastapi==0.115.6
28
  # via gradio
29
  ffmpy==0.5.0
 
212
  # via
213
  # huggingface-hub
214
  # transformers
215
+ transformers==4.50.1
216
  # via calm2-7b-chat (pyproject.toml)
217
  triton==3.0.0
218
  # via torch
 
228
  # huggingface-hub
229
  # pydantic
230
  # pydantic-core
 
231
  # spaces
232
  # torch
233
  # typer
 
234
  tzdata==2024.2
235
  # via pandas
236
  urllib3==2.3.0