Skip to content

Commit

Permalink
ortools where are you???
Browse files Browse the repository at this point in the history
  • Loading branch information
smjleo committed Oct 15, 2024
1 parent 570118d commit 64252e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/gpu_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ steps:
HERMETIC_PYTHON_VERSION="3.12" .local/bin/bazel --output_user_root=`pwd`/.baztmp test --repo_env CUDA_DIR --repo_env XLA_FLAGS --action_env XLA_FLAGS --repo_env TF_CPP_MIN_LOG_LEVEL --action_env TF_CPP_MIN_LOG_LEVEL --test_output=errors //test/... || echo "fail1"
find `pwd`/bazel-bin/test/llama.runfiles > finds.txt
# HERMETIC_PYTHON_VERSION="3.12" .local/bin/bazel --output_user_root=`pwd`/.baztmp test --repo_env CUDA_DIR --repo_env XLA_FLAGS --action_env XLA_FLAGS --repo_env TF_CPP_MIN_LOG_LEVEL --action_env TF_CPP_MIN_LOG_LEVEL --cache_test_results=no -s //test:bench_vs_xla || echo "fail2"
python3 -m pip install ortools
which python3
bazel-bin/test/llama.runfiles/python_x86_64-unknown-linux-gnu/bin/python3 -m pip install ortools
HERMETIC_PYTHON_VERSION="3.12" .local/bin/bazel --output_user_root=`pwd`/.baztmp test --repo_env CUDA_DIR --repo_env XLA_FLAGS --action_env XLA_FLAGS --repo_env TF_CPP_MIN_LOG_LEVEL --action_env TF_CPP_MIN_LOG_LEVEL --cache_test_results=no -s \${BAZEL_BUILD_FLAGS[@]} //test:llama || echo "fail3"
HERMETIC_PYTHON_VERSION="3.12" bazel-bin/test/llama
cat bazel-out/*/testlogs/test/llama/test.log
Expand Down

0 comments on commit 64252e9

Please sign in to comment.