Allow stopping of inference

This commit is contained in:
2024-11-30 12:44:13 +01:00
parent a0353d0d49
commit e71bd7e9eb
15 changed files with 139 additions and 69 deletions

4
tasks/fix_unit_tests.txt Normal file
View File

@@ -0,0 +1,4 @@
The unit tests for the sia project are no longer up-to-date.
Find failing unit tests and fix them.
Find missing unit tests and write them.
Make regular commits to the git repo in the /root/sia directory but don't push them.

5
tasks/improve_sia.txt Normal file
View File

@@ -0,0 +1,5 @@
The SIA source is located in /root/sia.
Not all features are implemented yet.
Look at the readme and code to find what is missing.
Make sure to unit test your work.
Make commits to the git repo when a features are done but don't push them.