Skip to content

Releases: macrocosm-os/folding

TaoFold v1.2.2

28 Nov 18:11
c26463f
Compare
Choose a tag to compare

Increase Bittensor version... again

TaoFold v1.2.1

28 Nov 16:07
aee33e9
Compare
Choose a tag to compare
  • Increase Bittensor version to 8.4.1
  • Include better logging format from @loayei

TaoFold v1.2.0

26 Nov 19:16
2c1060e
Compare
Choose a tag to compare

This release includes:

  1. Integration of new infra that allows for organic queries from an external endpoint. This is the first macrocosmos release to utilize atom, our SDK.
  2. Utilizes poetry for installations
  3. Uses Bittensor 8.3.1

TaoFold v1.1.1

15 Nov 10:51
070ff67
Compare
Choose a tag to compare

Features:

  • Remove async nature of wandb logging because this seems to have unintended issues with wandb getting stuck
  • Add tenacity retry to try and set weights 3 times before moving on.

Bug Fixes:

  • Move the initial sync of the validator to the outer loop to avoid deleting previously saved weights
  • Remove the sync inside of the base validator to avoid having miner weights go to 0 on each restart.

Extras

  • Increase block time for weight setting from 100 to 250 to help smooth out miner weights

TaoFold v1.1.0

14 Nov 09:04
07a6055
Compare
Choose a tag to compare

Includes:

  1. Async weight setting
  2. Async job creation
  3. Async job updating

This is to help address the issues of validator synchronous bottlenecks

TaoFold v1.0.6

04 Nov 12:16
c9f4a57
Compare
Choose a tag to compare

Improvements include:

  1. Now we are capturing speed information for simulations so we can do speed-based benchmarking of SN25
  2. We include a timeout of 180s for setup_simulation, which was bottlenecking validators. Please see the #240 for more information regarding timeout distributions
  3. Logging improvements

TaoFold v1.0.5

11 Oct 12:08
9ba7fac
Compare
Choose a tag to compare

Fixes exploits that miners were using on the returned log file to get around gradient checking

TaoFold V1.0.3

08 Oct 17:54
dd419d5
Compare
Choose a tag to compare
  • Remove job sampling bug with hardcoded 10 job limit
  • Improve sample space via random permutations of the system config
  • Logging updates

TaoFold v1.0.2

28 Sep 19:51
0290dfd
Compare
Choose a tag to compare

Release fixes reward mechanism, logging, and miner-side seed generation

TaoFold v1.0.1

26 Sep 16:33
9bc70bb
Compare
Choose a tag to compare

Hotfixes to validator processes