Skip to content

Commit

Permalink
test win
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz authored Nov 3, 2023
1 parent 153d26e commit 2c1fc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/find_tensorflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def find_tensorflow() -> Tuple[Optional[str], List[str]]:
# CUDA 12.2
requires.extend(
[
"tensorflow-cpu>=2.15.0rc0; platform_machine=='x86_64' and platform_system == 'Linux'",
"tensorflow-cpu>=2.15.0rc0",
]
)
requires.extend(get_tf_requirement()["cpu"])
Expand Down

0 comments on commit 2c1fc5e

Please sign in to comment.