Skip to content

Commit

Permalink
Skip dependencies in SOK installation (#1138)
Browse files Browse the repository at this point in the history
* Skip dependencies in SOK installation

* change code to trigger horovod tests
  • Loading branch information
edknv authored Jun 11, 2023
1 parent 0d34c83 commit dd16d0a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ rm -rf hugectr/
git clone https://github.com/NVIDIA-Merlin/HugeCTR.git hugectr

cd hugectr/sparse_operation_kit/
python setup.py install
python setup.py develop --no-deps

rm -rf ${HUGECTR_HOME}
15 changes: 15 additions & 0 deletions merlin/models/tf/distributed/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#
# Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

0 comments on commit dd16d0a

Please sign in to comment.