Skip to content

Commit

Permalink
Fixing ...; then
Browse files Browse the repository at this point in the history
  • Loading branch information
ChSonnabend committed Jan 17, 2025
1 parent d093398 commit 6624f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion o2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ valid_defaults:
#!/bin/sh
export ROOTSYS=$ROOT_ROOT

if [[ -z $ONNXRUNTIME_REVISION ]]
if [[ -z $ONNXRUNTIME_REVISION ]]; then
source $ONNXRUNTIME_ROOT/etc/ort-init.sh
echo "ORT_ROCM_BUILD: $ORT_ROCM_BUILD"
echo "ORT_CUDA_BUILD: $ORT_CUDA_BUILD"
Expand Down

0 comments on commit 6624f3f

Please sign in to comment.