Skip to content

Commit

Permalink
update sok to 1.20 (DeepRec-AI#898)
Browse files Browse the repository at this point in the history
Signed-off-by: aleliu <aleliu@nvidia.com>
  • Loading branch information
shijieliu authored Jul 4, 2023
1 parent 2c90ada commit e810009
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tensorflow/tools/pip_package/build_sok.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ export SOK_COMPILE_GPU_SM="70;75;80"
cd ./bazel-DeepRec/external/hugectr/sparse_operation_kit

"${PYTHON_BIN_PATH:-python}" setup.py bdist_wheel
pip install ./dist/merlin_sok-1.1.4-cp38-cp38-linux_x86_64.whl
pip install ./dist/merlin_sok-1.2.0-cp38-cp38-linux_x86_64.whl
4 changes: 2 additions & 2 deletions tensorflow/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1372,9 +1372,9 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
http_archive(
name = "hugectr", # Apache License 2.0
build_file = "//third_party:hugectr.BUILD",
strip_prefix = "HugeCTR-23.05.01",
strip_prefix = "HugeCTR-23.06.00",
urls = [
"https://github.com/NVIDIA-Merlin/HugeCTR/archive/refs/tags/v23.05.01.tar.gz",
"https://github.com/NVIDIA-Merlin/HugeCTR/archive/refs/tags/v23.06.00.tar.gz",
],
)

Expand Down

0 comments on commit e810009

Please sign in to comment.