File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ The following packages are required.
9696
9797``` yaml
9898coloredlogs==15.0.1
99- gradio>=5.31 .0
99+ gradio>=6.0 .0
100100matplotlib==3.7.1
101101numpy>=1.25.0
102- Pillow==10.3 .0
102+ Pillow>=12.2 .0
103103Requests>=2.32.4
104104scikit-image==0.22.0
105105torch_summary==1.4.5
@@ -108,7 +108,7 @@ pytorch_fid==0.3.0
108108fastapi==0.115.6
109109tensorboard==2.19.0
110110tensorboardX==2.6.1
111- transformers==4.56.1
111+ transformers>=5.0.0
112112
113113# If you want to use flash attention, please install flash-attn.
114114# Compile your own environment: pip install flash-attn --no-build-isolation
Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ pip install iddm
9696
9797``` yaml
9898coloredlogs==15.0.1
99- gradio>=5.31 .0
99+ gradio>=6.0 .0
100100matplotlib==3.7.1
101101numpy>=1.25.0
102- Pillow==10.3 .0
102+ Pillow>=12.2 .0
103103Requests>=2.32.4
104104scikit-image==0.22.0
105105torch_summary==1.4.5
@@ -108,7 +108,7 @@ pytorch_fid==0.3.0
108108fastapi==0.115.6
109109tensorboard==2.19.0
110110tensorboardX==2.6.1
111- transformers==4.56.1
111+ transformers>=5.0.0
112112
113113# 如果您想使用 flash attention,请安装 flash-attn
114114# 编译自己的环境:pip install flash-attn --no-build-isolation
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ The following packages are required.
2626
2727``` yaml
2828coloredlogs==15.0.1
29- gradio>=5.31 .0
29+ gradio>=6.0 .0
3030matplotlib==3.7.1
3131numpy>=1.25.0
32- Pillow==10.3 .0
32+ Pillow>=12.2 .0
3333Requests>=2.32.4
3434scikit-image==0.22.0
3535torch_summary==1.4.5
@@ -38,7 +38,7 @@ pytorch_fid==0.3.0
3838fastapi==0.115.6
3939tensorboard==2.19.0
4040tensorboardX==2.6.1
41- transformers==4.56.1
41+ transformers>=5.0.0
4242
4343# If you want to use flash attention, please install flash-attn.
4444# Compile your own environment: pip install flash-attn --no-build-isolation
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ pip install iddm
2828
2929``` yaml
3030coloredlogs==15.0.1
31- gradio>=5.31 .0
31+ gradio>=6.0 .0
3232matplotlib==3.7.1
3333numpy>=1.25.0
34- Pillow==10.3 .0
34+ Pillow>=12.2 .0
3535Requests>=2.32.4
3636scikit-image==0.22.0
3737torch_summary==1.4.5
@@ -40,7 +40,7 @@ pytorch_fid==0.3.0
4040fastapi==0.115.6
4141tensorboard==2.19.0
4242tensorboardX==2.6.1
43- transformers==4.56.1
43+ transformers>=5.0.0
4444
4545# 如果您想使用 flash attention,请安装 flash-attn
4646# 编译自己的环境:pip install flash-attn --no-build-isolation
Original file line number Diff line number Diff line change 11coloredlogs == 15.0.1
2- gradio >= 5.31 .0
2+ gradio >= 6.0 .0
33matplotlib == 3.7.1
44numpy >= 1.25.0
5- Pillow == 10.3 .0
5+ Pillow >= 12.2 .0
66Requests >= 2.32.4
77scikit-image == 0.22.0
88torch_summary == 1.4.5
@@ -11,7 +11,7 @@ pytorch_fid==0.3.0
1111fastapi == 0.115.6
1212tensorboard == 2.19.0
1313tensorboardX == 2.6.1
14- transformers == 4.56.1
14+ transformers >= 5.0.0
1515
1616# If you want to use flash attention, please install flash-attn.
1717# Compile your own environment: pip install flash-attn --no-build-isolation
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ def get_long_description():
3737if __name__ == "__main__" :
3838 package_list = [
3939 "coloredlogs==15.0.1" ,
40- "gradio>=5.31 .0" ,
40+ "gradio>=6.0 .0" ,
4141 "matplotlib==3.7.1" ,
4242 "numpy>=1.25.0" ,
43- "Pillow==10.3 .0" ,
43+ "Pillow==12.2 .0" ,
4444 "Requests>=2.32.4" ,
4545 "scikit-image==0.22.0" ,
4646 "torch_summary==1.4.5" ,
@@ -49,7 +49,7 @@ def get_long_description():
4949 "fastapi==0.115.6" ,
5050 "tensorboard==2.19.0" ,
5151 "tensorboardX==2.6.1" ,
52- "transformers==4.56.1 " ,
52+ "transformers==5.0.0 " ,
5353 "torch>=1.10.0" ,
5454 "torchvision>=0.10.0"
5555 ]
You can’t perform that action at this time.
0 commit comments