Skip to content

Commit

Permalink
pip flexflow_python typo (#1461)
Browse files Browse the repository at this point in the history
Co-authored-by: Zhihao Jia <[email protected]>
  • Loading branch information
stelleg and jiazhihao authored Aug 20, 2024
1 parent f747438 commit 6d710ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/flexflow/flexflow_python
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python_packages=$(python -c "from distutils import sysconfig; print(sysconfig.ge
pylib_path="$(python "$python_packages"/flexflow/findpylib.py)"
pylib_dir="$(dirname "$pylib_path")"
export PATH="${python_packages}/flexflow/bin:${PATH}"
export LD_LIBRARY_PATH="${python_packages}/flexflow/lib:${pylib_dir}:${PATH}"
export LD_LIBRARY_PATH="${python_packages}/flexflow/lib:${pylib_dir}:${LD_LIBRARY_PATH}"
legion_python_args=("$@" "-ll:py" "1")

legion_python "${legion_python_args[@]}"

0 comments on commit 6d710ac

Please sign in to comment.