File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ The following optional dependencies are available:
104104- ` gptq ` : ` GPTQModel ` package for W4A16 quantization
105105- ` mx ` : ` microxcaling ` package for MX quantization
106106- ` opt ` : Shortcut for ` fp8 ` , ` gptq ` , and ` mx ` installs
107+ - ` aiu ` : ` ibm-fms ` package for AIU model deployment
107108- ` torchvision ` : ` torch ` package for image recognition training and inference
108109- ` triton ` : ` triton ` package for matrix multiplication kernels
109110- ` examples ` : Dependencies needed for examples
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies = [
3030" datasets>=3.0.0,<4.0" ,
3131" pandas" ,
3232" safetensors" ,
33- " ibm-fms>=0.0.8 " ,
33+
3434" pkginfo>1.10" ,
3535]
3636
@@ -40,6 +40,7 @@ fp8 = ["llmcompressor"]
4040gptq = [" Cython" , " gptqmodel>=1.7.3" ]
4141mx = [" microxcaling>=1.1" ]
4242opt = [" fms-model-optimizer[fp8, gptq, mx]" ]
43+ aiu = [" ibm-fms>=0.0.8" ]
4344torchvision = [" torchvision>=0.17" ]
4445flash-attn = [" flash-attn>=2.5.3,<3.0" ]
4546triton = [" triton>=3.0,<3.4" ]
You can’t perform that action at this time.
0 commit comments