You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add folder upload support to term wizard ([6e2ae37](https://github.com/PlatformNetwork/term-challenge/commit/6e2ae375cfe3a9b0ac578646950bd61c0cc5b7c2))
9
+
* add forced_weights for manual weight overrides + sort leaderboard by success_rate ([5ecfe21](https://github.com/PlatformNetwork/term-challenge/commit/5ecfe21b29132f849701456bcc978cdeb4196c00))
10
+
* add requirements.txt support for package compilation ([a1e655b](https://github.com/PlatformNetwork/term-challenge/commit/a1e655b1c492387704f5777d430b4824fd59fc2c))
11
+
12
+
13
+
### Bug Fixes
14
+
15
+
* change eligibility from 8 tasks/validator to 8 tasks total ([1eb9812](https://github.com/PlatformNetwork/term-challenge/commit/1eb9812a3ea0a57d7a0912bba4c00769af4e7a09))
16
+
* create pending_evaluations after compilation + exclude __evaluation_failure__ from task counts ([a8646c3](https://github.com/PlatformNetwork/term-challenge/commit/a8646c3edbcf23693b335323710782688dc97e56))
17
+
* filter evaluation progress by validator_hotkey ([2b44209](https://github.com/PlatformNetwork/term-challenge/commit/2b44209bcaa7d489c016e740b742d1e94a08702a))
18
+
* log task results immediately after each task completes ([5823384](https://github.com/PlatformNetwork/term-challenge/commit/58233844241a14c93184f24a17491a834e3f1ad0))
19
+
* remove fallback mode - skip evaluation if no assigned tasks ([f8f7a86](https://github.com/PlatformNetwork/term-challenge/commit/f8f7a861f94b4c360c5567f4a5e6d4a72bc60f72))
20
+
21
+
22
+
### Performance Improvements
23
+
24
+
* run tasks concurrently (2 per agent, 8 max global) ([86f7efc](https://github.com/PlatformNetwork/term-challenge/commit/86f7efccb7110614dc08889db66655db8a8c60af))
25
+
26
+
27
+
### Code Refactoring
28
+
29
+
* remove submit_result, auto-detect task completion in log_task ([1763ece](https://github.com/PlatformNetwork/term-challenge/commit/1763ece64cb238619e2a055cec2d5a01bed34ee8))
30
+
31
+
32
+
### Miscellaneous
33
+
34
+
* add migration for forced_weights table ([1f26565](https://github.com/PlatformNetwork/term-challenge/commit/1f265652c47cff7a22ba09e988647df2d5708d6d))
0 commit comments