mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 06:28:50 +03:00
python310Packages.ctranslate2: unblock by using tensorflow-bin
Unfortunately our tensorflow source build is behind and broken, so migrating to the binary distribution for the time being to unbreak ctranslate2.
This commit is contained in:
parent
1ff350f7b8
commit
486f61a0d9
@ -12,7 +12,7 @@
|
||||
|
||||
# tests
|
||||
, pytestCheckHook
|
||||
, tensorflow
|
||||
, tensorflow-bin
|
||||
, torch
|
||||
, transformers
|
||||
, wurlitzer
|
||||
@ -49,7 +49,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
tensorflow
|
||||
tensorflow-bin
|
||||
torch
|
||||
transformers
|
||||
wurlitzer
|
||||
|
Loading…
Reference in New Issue
Block a user