Skip to content

Commit

Permalink
fix tensorflow versionsuffix
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Moors committed Oct 7, 2024
1 parent 1cf83c8 commit 72ee9fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ toolchainopts = {'usempi': True, 'pic': True}
dependencies = [
('CUDA', '12.1.1', '', SYSTEM),
('Python', '3.11.3'),
('TensorFlow', _tf_ver),
('TensorFlow', _tf_ver, '-CUDA-%(cudaver)s'),
('dm-tree', '0.1.8'),
('absl-py', '2.1.0'),
]
Expand Down

0 comments on commit 72ee9fe

Please sign in to comment.