Skip to content

Releases: macrocosm-os/finetuning

Release 1.0.2

18 Jul 16:05
2273945
Compare
Choose a tag to compare

Announcing Release 1.0.2.

This release streamlines requirements, improves logging, and helps prepare for the upcoming competition.

Subnet Improvements

Competitions now have an eval block delay before models get picked up. This ensures miners can't cheat by constantly uploading models trained on freshly generated data used for evaluation.
Flash-attn requirement has been removed.
Python requirement had been bumped to >3.9 to align with numpy requirement.
Validator Improvements

Logging in the update loop has been improved.

Release 1.0.1

28 Jun 01:56
b05af4f
Compare
Choose a tag to compare

This release includes a few fixes as well as refactoring to allow the competition schedule to change based on block.

This is the first step in adding new competitions with different parameters and evaluation strategies. Stay tuned for more on this soon!

Subnet Improvements

  • Competition Schedule is now based on the current block.
  • Flash-attn requirement has been un-pinned. This should resolve issues with imports here. Please
    run python3 -m pip install flash-attn --upgrade to upgrade to the latest if this affected you.

Validator Improvements

  • Fixed bug when outputting the step table log to wandb.