Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scram-tools.file/tools/tensorflow/tensorflow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
<environment name="INCLUDE" default="$TENSORFLOW_BASE/include"/>
</client>
<runtime name="PATH" value="$TENSORFLOW_BASE/bin" type="path"/>
<runtime name="KERAS_BACKEND" value="tensorflow"/>
<flags SYSTEM_INCLUDE="1"/>
</tool>
1 change: 1 addition & 0 deletions tensorflow.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### RPM external tensorflow 2.16.1
### INITENV SETV KERAS_BACKEND tensorflow
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iarspider , previously this was add in the keras.file ( 1ba91fc ) . I do not remember which packages actually needed this ... do you? Was it one of tfaot package? Though it does not make any sense but I think it is safe to move this to pip/keras.file

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure.

%if "%{?vectorized_package:set}" != "set"
%define source_package tensorflow-sources
%else
Expand Down