Releases: macrocosm-os/folding
Releases · macrocosm-os/folding
TaoFold v1.2.2
Increase Bittensor version... again
TaoFold v1.2.1
- Increase Bittensor version to 8.4.1
- Include better logging format from @loayei
TaoFold v1.2.0
This release includes:
- Integration of new infra that allows for organic queries from an external endpoint. This is the first macrocosmos release to utilize
atom
, our SDK. - Utilizes
poetry
for installations - Uses Bittensor 8.3.1
TaoFold v1.1.1
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
Includes:
- Async weight setting
- Async job creation
- Async job updating
This is to help address the issues of validator synchronous bottlenecks
TaoFold v1.0.6
Improvements include:
- Now we are capturing speed information for simulations so we can do speed-based benchmarking of SN25
- We include a timeout of 180s for
setup_simulation
, which was bottlenecking validators. Please see the #240 for more information regarding timeout distributions - Logging improvements
TaoFold v1.0.5
Fixes exploits that miners were using on the returned log file to get around gradient checking
TaoFold V1.0.3
- 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
Release fixes reward mechanism, logging, and miner-side seed generation
TaoFold v1.0.1
Hotfixes to validator processes