ultravioletrs / cocos

Cocos AI - Confidential Computing System for AI
https://ultraviolet.rs/cocos.html
Apache License 2.0
25 stars 9 forks source link

Feature: Add functionality to store results in subdirectories with unique IDs in the results directory #278

Closed FilipCivljak closed 1 month ago

FilipCivljak commented 1 month ago

Is your feature request related to a problem? Please describe.

Currently all results are saved directly into the results directory, which can lead to overwriting previous files when running multiple computation. This makes it difficult to track individual results. By organizing results into subdirectories with unique identifiers, we can keep track of different runs and prevent confusion or accidental data loss.

Describe the feature you are requesting, as well as the possible use case(s) for it.

Feature that automatically creates a new subdirectory within the results directory for each run or execution. Each subdirectory should be named using a unique identifier.

Indicate the importance of this feature to you.

Should-have

Anything else?

No response