Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SthPhoenix committed Sep 9, 2021
1 parent 89a47f9 commit 3b5f984
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,14 @@ bounding box, detection probability and detection number.

## Changelog:

### 2021-09-09 v0.6.2.0

REST-API
- Use async `httpx` lib for retrieving images by urls instead of urllib3 (which caused
performance drop in multi-GPU environment under load due to excessive usage of opened sockets)
- Update draft Triton Infernce Server support to use CUDA shared memory.
- Minor refactoring for future change of project structure.

### 2021-08-07 v0.6.1.0

REST-API
Expand Down

0 comments on commit 3b5f984

Please sign in to comment.