Skip to content

Commit

Permalink
fix compile err if use daily dependency (PaddlePaddle#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
shang-mt authored and mt-robot committed Sep 7, 2023
1 parent 01c920d commit f21a50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/musa.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ macro(find_musa_version musa_version_file)
"import sys\n"
"with open(sys.argv[1], 'r') as f:\n"
" data = json.load(f)\n"
" print(data[\"MUSA_RUNTIME\"][\"version\"])"
" print(data[\"musa_runtime\"][\"version\"])"
"")

execute_process(
Expand Down

0 comments on commit f21a50d

Please sign in to comment.