Skip to content

Commit

Permalink
Get TF version from Python and not Pip (#498)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Frederickson <ben@benfrederickson.com>
  • Loading branch information
mikemckiernan and benfred authored Aug 4, 2022
1 parent 5b1ff2f commit cf20dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def main(args):
xtr.get_from_python("hugectr2onnx")
xtr.get_from_python("hugectr")
xtr.get_from_python("sparse_operation_kit")
xtr.get_from_pip("tensorflow", "tf")
xtr.get_from_python("tensorflow", "tf")
xtr.get_from_pip("torch", "pytorch")
xtr.get_from_env("CUBLAS_VERSION", "cublas")
xtr.get_from_env("CUFFT_VERSION", "cufft")
Expand Down

0 comments on commit cf20dc8

Please sign in to comment.