Skip to content

6.0.0

Compare
Choose a tag to compare
@HudsonGraeme HudsonGraeme released this 13 Dec 19:33
· 14 commits to main since this release
6.0.0
551702e
  • Integrate the EZKL proof system
  • Refactor the validation process from end to end
  • Implement circuits for SN27, 48 and the original LSTM for benchmarking
  • Enhance circuit selection through the use of explicit weightings per circuit and randomized choices
  • Improve caching of large model files. Large files are now stored in the subnet 2 directory within the ~/.bittensor folder for both docker and pm2 runtimes
  • Add two new Jupyter notebooks within the docs directory, depicting the circuitization and testing process for SN27 and SN48 circuits
  • Enhance the process for input handling across miner and validator codebases, allowing for simplified management of circuit inputs
  • Implement hash guard for validation to improve safeguards surrounding queries sent
  • Remove unused circuits which were persisted for backwards compatibility in a previous update