Skip to content

Releases: LogicNet-Subnet/LogicNet

v1.6.1

14 May 17:29
f998184
Compare
Choose a tag to compare
v1.6.1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0

25 Apr 00:34
70f9ff6
Compare
Choose a tag to compare

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

10 Mar 17:08
d2fedf7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.5...v1.5.6

v1.5.5

02 Mar 18:21
2395732
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.4...v1.5.5

v1.5.4

21 Feb 04:27
ef1ac99
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.3...v1.5.4

v1.5.4-rc1

20 Feb 17:59
Compare
Choose a tag to compare
v1.5.4-rc1 Pre-release
Pre-release

Full Changelog: v1.5.3...v1.5.4-rc1

v1.5.3

20 Feb 02:40
f10348f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.2...v1.5.3

v1.5.2

19 Feb 17:43
ca00ab3
Compare
Choose a tag to compare

📣 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

  1. Switch to the Main Branch
git checkout main
git pull
. main/bin/activate
bash install.sh
  1. Restart
    • Restart your miner or validator scripts to apply the updates.

📚 Documentation Links

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

17 Feb 18:18
3400944
Compare
Choose a tag to compare

📣 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

  1. Switch to the Main Branch
git checkout main
git pull
. main/bin/activate
bash install.sh
  1. Restart
    • Restart your miner or validator scripts to apply the updates.

📚 Documentation Links

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

13 Feb 21:27
724ae28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.8...v1.5.0