Skip to content

Releases: supervisely/agent

Fix Attr Error with data_dir; added warning for support

11 Oct 13:40
109dac9
Compare
Choose a tag to compare
v6.7.28

Added data_dir in TaskApp init and warning (#41)

Add custom CA bundle support

02 Oct 16:26
b69ace3
Compare
Choose a tag to compare
Add new CA certs support (#39)

* new certs

* update sdk to 6.72.142

* update sdk to 6.72.142

* change dir copy to file

* change file to dir in mount

* new path for certs in app container

---------

Co-authored-by: Tony Bartsits <[email protected]>

Typo fix: correct gpu flag "preferred"

28 Sep 15:57
7f6f9f1
Compare
Choose a tag to compare
Typo fix: correct gpu flag "preferred" (#38)

* terminating task solved?

* add a little bit of typing

* gpu config poccessing

* try-except

* added container drop

* add container removal in try-except

* specify docker exception in try-except

* autoremove comment

* typo

* merge conflicts

Fix frozen terminating issue and add gpu flag / runtime checker

28 Sep 07:56
63d80ea
Compare
Choose a tag to compare
Fix frozen terminating issue and add gpu flag / runtime checker (#35)

* terminating task solved?

* add a little bit of typing

* gpu config poccessing

* try-except

* added container drop

* add container removal in try-except

* specify docker exception in try-except

* autoremove comment

log stop task event

19 Sep 09:19
Compare
Choose a tag to compare
v6.7.24

logger.info GET_STOP_TASK

Exception logging and cache cleaning

13 Sep 12:27
0154685
Compare
Choose a tag to compare
Exception logging and cache cleaning  (#34)

* devcontainer settings example

* devcontainer example

* upd sfk

* upd sdk

* devcontainer comments

* added report parser to handle DialogWindowError

* debug msg

* process DialogWindowError

* fix unmutable mutations bug

* added agent exceptions handler and docker pull exceptions

* rm import

* change exception code

* change host mkfile to agent

* launch configurations for devcontainer

* change paths from host to mounted agent paths

* added nvsmi info: capability, cuda, driver

* updates for development in devcontainer

* added comments and all app folders

* all folders size + comments

* add paths descriptions

* not reusable app data removal

* auto clean constants

* app sessions and agent logs clean by age functions

* added AppDirCleaner for session/pip files remove

* fix description

* added cleaning for terminated tasks

* files and folders separation

* comments

* files and folders separation

* added autocleaner task

* prevent raising exception in thread; fix bug

* added new clean tasks

* rm clean pip cache from app session cleaner

* pytest config; test autocleaner

* base test functions updated

* upd device capability

* just my code

* rename weights

* fix import

* change log condition

* age_limit typing

* AppDirCleaner inplace initialization

* rename node storage

* fix test path

* files removal for not existing in app_sessions

* node_storage nodes naming

* added removing of unknow sessions files

* check unknown sessions

* fix ValueError bug

* upd auto clean range with env

* upd sdk

* upd sdk

* upd docs

* upd constant docs

* upd sdk

* prevent autoclean app files

* allow manual clean for users (update apps once a day)

* upd sdk

* mv docker exceptions to sdk

* fix comment

* add comment

* upd sdk

Fix GPU stats for cpu only machines

21 Jul 13:21
4e0f1df
Compare
Choose a tag to compare
v6.7.22

init nvml only if gpu is available (#32)

CUDA memory auto-updater

21 Jul 10:07
a63a4db
Compare
Choose a tag to compare
Cuda memory auto updater (#31)

* disable warning + sed cuda mem every 60 sec

* SDK 6.72.71

* fix missing gpu_info

* send gpu mem in agent's process

* torch.cuda.init()

* added nvidia nvidia-ml-py to reqs

* added get_gpu_info using pynvml

* upd fields names in get_gpu_info

* add debug log msg

---------

Co-authored-by: Maxim Kolomeychenko <[email protected]>
Co-authored-by: TheoLisin <[email protected]>

add log_level to log_tree function, hide directory tree on app start

07 Jul 10:00
bbf60c8
Compare
Choose a tag to compare
v6.7.20

add log_level to log_tree function, hide directory tree on app start …

GPU device info

15 Jun 10:55
7bc13e6
Compare
Choose a tag to compare
Gpu device info (#29)

* not tested

* gpu_info moved to hardware_info

* agent_info removed from agent_info

---------

Co-authored-by: Maxim Kolomeychenko <[email protected]>
Co-authored-by: Umar Sadekov <[email protected]>