Releases: LogicNet-Subnet/LogicNet
Releases · LogicNet-Subnet/LogicNet
v1.6.1
What's Changed
- Update new score mechanism by @trungthanhnguyen0502 in #104
- Upload validator pm2 log to Minio Storage by @subzeromot in #105
Full Changelog: v1.6.0...v1.6.1
v1.6.0
OVERVIEW:
- Change the task generation mechanism. Validator gets random tasks from Data Pool Server. Remove Mathgenerator, HuggingFace dataset from ValidatorCode
- Tasks will be continuously added and refreshed to avoid miners trying to solve OVERFIT on a certain dataset or math library. Miners should try to build a comprehensive solution that handles a variety of math problems, not only Mathgenerator Lib or any public dataset.
- The implementation of DataPool server also aims to prevent fake validators
- Update the number and frequency of tasks that validators send to miners, to save API/LLM costs for both miners and validators
- Fixbug EventLoop when use multi-thread + asynceIO (used by bittensor)
- Add sample config file to run with PM2 Tools for miner/validator
- Refactor code
Full Changelog: v1.5.6...v1.6.0
v1.5.6
What's Changed
- update scoring function by @trungthanhnguyen0502 in #102
Full Changelog: v1.5.5...v1.5.6
v1.5.5
What's Changed
- Add task name to wandb logs by @trungthanhnguyen0502 in #97
- Improve scoring mechanism by @trungthanhnguyen0502 in #100
- remove fixed dataset to prevent caching trick from miner by @trungthanhnguyen0502 in #101
- Pre release to main by @LVH-Tony in #98
Full Changelog: v1.5.4...v1.5.5
v1.5.4
v1.5.4-rc1
Full Changelog: v1.5.3...v1.5.4-rc1
v1.5.3
What's Changed
- Update code with thread pool with worker limit by @trungthanhnguyen0502 in #93
Full Changelog: v1.5.2...v1.5.3
v1.5.2
📣 LogicNet Update 1.5.2 Summary
** 🔑 Key Highlights**
- Improve answer extraction prompt
- Fixbug in
compare_numerical_answers
- Update
get_correctness_by_llm
function to address some miner shorter responses- descrease
epoch_length
- add additional log message
🔄 Update Instructions
- Switch to the Main Branch
git checkout main
git pull
. main/bin/activate
bash install.sh
- Restart
- Restart your miner or validator scripts to apply the updates.
📚 Documentation Links
- Validator Guide: https://github.com/LogicNet-Subnet/LogicNet/blob/main/docs/VALIDATOR.md
- Miner Guide: https://github.com/LogicNet-Subnet/LogicNet/blob/main/docs/MINER.md
Thank you for being a vital part of the LogicNet community! Let’s continue pushing forward for a better and more efficient network.
Happy Mining!
v1.5.1
📣 LogicNet Update 1.5.0 Summary
** 🔑 Key Highlights**
- Added more examples to trick detection prompt
- wandb logging now show miner's scoring in each runs and in overview tables
- Improve scoring mechanism
- Added Miner response extraction with regex and LLM
- Added new EXTRACT_ANSWER_PROMPT to extract miner's response
- Improve logging message for debugging
- Remove Irrelevant datasets for questions query
🔄 Update Instructions
- Switch to the Main Branch
git checkout main
git pull
. main/bin/activate
bash install.sh
- Restart
- Restart your miner or validator scripts to apply the updates.
📚 Documentation Links
- Validator Guide: https://github.com/LogicNet-Subnet/LogicNet/blob/main/docs/VALIDATOR.md
- Miner Guide: https://github.com/LogicNet-Subnet/LogicNet/blob/main/docs/MINER.md
Thank you for being a vital part of the LogicNet community! Let’s continue pushing forward for a better and more efficient network.
Happy Mining!
v1.5.0
What's Changed
- Update prompt to detect cheat by @trungthanhnguyen0502 in #85
- Mainnet DTAO Integration by @mrbreo in #86
Full Changelog: v1.4.8...v1.5.0