Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: use pip to install tensorflow #2858

Merged
merged 2 commits into from Sep 25, 2023

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Sep 22, 2023

When setting the INSTALL_TENSORFLOW variable, previously CMake calls conda to install tensorflow. Now we use pip to install it.

Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
@codecov
Copy link

codecov bot commented Sep 22, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (c2c6476) 75.38% compared to head (28c9267) 75.38%.

Additional details and impacted files
@@           Coverage Diff           @@
##            devel    #2858   +/-   ##
=======================================
  Coverage   75.38%   75.38%           
=======================================
  Files         242      242           
  Lines       24424    24424           
  Branches     1580     1580           
=======================================
  Hits        18411    18411           
  Misses       5082     5082           
  Partials      931      931           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wanghan-iapcm wanghan-iapcm merged commit e1ae5e0 into deepmodeling:devel Sep 25, 2023
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants