mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
python3Packages.optimum: 1.24.0 -> 1.25.3 (#408114)
This commit is contained in:
commit
aad53c52dd
1 changed files with 9 additions and 9 deletions
|
@ -17,7 +17,6 @@
|
|||
|
||||
# optional-dependencies
|
||||
diffusers,
|
||||
evaluate,
|
||||
h5py,
|
||||
onnx,
|
||||
onnxruntime,
|
||||
|
@ -29,7 +28,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "optimum";
|
||||
version = "1.24.0";
|
||||
version = "1.25.3";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
@ -38,7 +37,7 @@ buildPythonPackage rec {
|
|||
owner = "huggingface";
|
||||
repo = "optimum";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-0D/kHPUI+gM7IblA4ULs0JuGTNQVezIYg0SPD3ESukw=";
|
||||
hash = "sha256-SVyGtWFI5GjfxbaVKICf+QSSMYI62dDVMzphu8TngvY=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
@ -56,24 +55,25 @@ buildPythonPackage rec {
|
|||
optional-dependencies = {
|
||||
onnxruntime = [
|
||||
onnx
|
||||
onnxruntime
|
||||
datasets
|
||||
evaluate
|
||||
protobuf
|
||||
onnxruntime
|
||||
];
|
||||
exporters = [
|
||||
onnx
|
||||
onnxruntime
|
||||
timm
|
||||
onnxruntime
|
||||
protobuf
|
||||
];
|
||||
exporters-tf = [
|
||||
tensorflow
|
||||
tf2onnx
|
||||
onnx
|
||||
onnxruntime
|
||||
timm
|
||||
h5py
|
||||
tf2onnx
|
||||
onnxruntime
|
||||
numpy
|
||||
datasets
|
||||
tensorflow
|
||||
];
|
||||
diffusers = [ diffusers ];
|
||||
intel = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue