We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ffe96 commit 3e73d60Copy full SHA for 3e73d60
patches/apply_patch.py
@@ -79,7 +79,7 @@ def patch_cpuinfo_riscv64_sys_hwprobe(tf_version: str, tf_src_root: str):
79
with open(cpuinfo_cmake, 'r') as source:
80
for line in source:
81
line_strip = line.strip()
82
- if not patched_1 and line_strip == '# Sync with tensorflow/third_party/cpuinfo/workspace.bzl':
+ if not patched_1 and line_strip == '# Sync with tensorflow/workspace2.bzl':
83
fixed.write(f" {line_strip} # fixed\n")
84
fixed.write(" GIT_TAG 6543fec09b2f04ac4a666882998b534afc9c1349\n")
85
patched_1 = True
0 commit comments