File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
pkgs/development/python-modules/optimum Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1717
1818 # optional-dependencies
1919 diffusers ,
20- evaluate ,
2120 h5py ,
2221 onnx ,
2322 onnxruntime ,
2928
3029buildPythonPackage rec {
3130 pname = "optimum" ;
32- version = "1.24.0 " ;
31+ version = "1.25.3 " ;
3332 pyproject = true ;
3433
3534 disabled = pythonOlder "3.9" ;
@@ -38,7 +37,7 @@ buildPythonPackage rec {
3837 owner = "huggingface" ;
3938 repo = "optimum" ;
4039 tag = "v${ version } " ;
41- hash = "sha256-0D/kHPUI+gM7IblA4ULs0JuGTNQVezIYg0SPD3ESukw =" ;
40+ hash = "sha256-SVyGtWFI5GjfxbaVKICf+QSSMYI62dDVMzphu8TngvY =" ;
4241 } ;
4342
4443 build-system = [ setuptools ] ;
@@ -56,24 +55,25 @@ buildPythonPackage rec {
5655 optional-dependencies = {
5756 onnxruntime = [
5857 onnx
59- onnxruntime
6058 datasets
61- evaluate
6259 protobuf
60+ onnxruntime
6361 ] ;
6462 exporters = [
6563 onnx
66- onnxruntime
6764 timm
65+ onnxruntime
66+ protobuf
6867 ] ;
6968 exporters-tf = [
70- tensorflow
71- tf2onnx
7269 onnx
73- onnxruntime
7470 timm
7571 h5py
72+ tf2onnx
73+ onnxruntime
7674 numpy
75+ datasets
76+ tensorflow
7777 ] ;
7878 diffusers = [ diffusers ] ;
7979 intel = [
You can’t perform that action at this time.
0 commit comments