forked from Hoper-J/AI-Guide-and-Demos-zh_CN
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
40 lines (40 loc) · 907 Bytes
/
pyproject.toml
File metadata and controls
40 lines (40 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[project]
name = "ai-guide-and-demos-zh-cn"
version = "1.0.0"
description = "Add your description here"
requires-python = "==3.12.*"
dependencies = [
"accelerate>=1.9.0",
"bitsandbytes>=0.46.1",
"colorama>=0.4.6",
"datasets>=4.0.0",
"fastapi>=0.116.1",
"fsspec>=2025.3.0",
"gradio>=5.41.0",
"inseq>=0.6.0",
"ipython>=9.4.0",
"ipywidgets>=8.1.7",
"jinja2>=3.1.6",
"jupyter>=1.1.1",
"jupyterlab>=4.4.5",
"matplotlib>=3.10.5",
"mcp>=1.12.3",
"notebook>=7.4.5",
"numpy>=2.1.3",
"openai>=1.99.1",
"optimum>=1.27.0",
"pandas>=2.3.1",
"peft>=0.17.0",
"sacremoses>=0.1.1",
"scipy>=1.16.1",
"seaborn>=0.13.2",
"sentencepiece>=0.2.0",
"tiktoken>=0.11.0",
"torch>=2.6",
"torchaudio>=2.6",
"torchvision>=0.19",
"tqdm>=4.67.1",
"transformers>=4.55.0",
"trl>=0.21.0",
"uvicorn>=0.35.0",
]