Skip to content

Commit

Permalink
[ML][Pipelines]Remove DLLogger dependency from pipelines samples (#2063)
Browse files Browse the repository at this point in the history
* remove DLLogger dependency

* update

* fix black

---------

Co-authored-by: Clement Wang <clwan@microsoft.com>
  • Loading branch information
D-W- and Clement Wang committed Feb 8, 2023
1 parent 14992ff commit 698d530
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 990 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ dependencies:
- python=3.8.12
- pip=21.2.2
- pip:
- --extra-index-url https://pypi.org/simple
- git+https://github.com/NVIDIA/dllogger.git@26a0f8f1958de2c0c460925ff6102a4d2486d6cc#egg=dllogger
- mldesigner==0.1.0b4
- watchdog==0.10.3
- torch==1.8.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# 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.
from . import logger
from . import dataloaders
from . import training
from . import utils
Expand Down

This file was deleted.

Loading

0 comments on commit 698d530

Please sign in to comment.