Skip to content

Commit

Permalink
add ortools as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
smjleo committed Oct 15, 2024
1 parent 2042008 commit de1cf6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/gpu_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ 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
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
1 change: 1 addition & 0 deletions builddeps/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ jax
numpy
jaxlib
https://github.com/wsmoses/jax-md/archive/1188490610b95023f8a51166c3f6b92da31e78fe.tar.gz
ortools
jax[cuda12_pip]; sys_platform == 'linux'
requests; sys_platform == 'linux'
nvidia-cuda-nvrtc-cu12; sys_platform == 'linux'
Expand Down

0 comments on commit de1cf6e

Please sign in to comment.