Skip to content

Commit

Permalink
Merge pull request #7 from NVIDIA/jgolda/installation
Browse files Browse the repository at this point in the history
Change installation instructions and fix version
  • Loading branch information
jan-golda authored Mar 31, 2022
2 parents 89913fd + 77cdd84 commit 0540a43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ This project emerged from the need for a unified logging schema for Deep Learnin
To install DLLogger, run (separate commands):

```bash
pip install nvidia-pyindex
pip install nvidia-dllogger
pip install git+https://github.com/NVIDIA/dllogger#egg=dllogger
```

## Quick Start Guide
Expand Down Expand Up @@ -110,4 +109,4 @@ for example, to create multiple and different logs from one script.
```python
from dllogger import Logger
logger = Logger(backends=BACKEND_LIST)
```
```
2 changes: 1 addition & 1 deletion dllogger/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
JSONStreamBackend,
)

__version__ = "0.1.0"
__version__ = "1.0.0"


class DLLoggerNotInitialized(Exception):
Expand Down

0 comments on commit 0540a43

Please sign in to comment.