Skip to content

Releases: macrocosm-os/prompting

v1.1.0

21 Feb 19:51
26a4796
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.1.0

v1.0.4

15 Feb 15:45
9eaf1d8
Compare
Choose a tag to compare
  • Hotfix: Partial rollback of 1.0.3 changes

v1.0.3

14 Feb 20:37
fbffea3
Compare
Choose a tag to compare

What's changed:

Release branch for v1.0.3. Includes the following updates:

  • Generates validator reference while waiting for dendrite responses, which speeds up validation by 40% by @steffencruz
  • Introduces decaying scores which punish miners who do not respond to all queries by @steffencruz
  • Introduces preferential querying of keys which do not share coldkeys or ips to prevent the same query from being sent multiple times to the same cabal (which creates repetition in responses) by @steffencruz
  • Minor readme and code cleanup by @bkb2135
  • Unit tests for concurrent generate and preferential querying by @steffencruz
  • Catch CUDA out of memory exceptions by @steffencruz

v1.0.2

24 Jan 23:23
0b66631
Compare
Choose a tag to compare

What's changed:

Note: some default parameters around the miners have changed, please refer to their appropriate README for further details on how to properly run those miners.

v1.0.1

22 Jan 23:42
d82cb46
Compare
Choose a tag to compare

What's changed

  • Adds hotfix for subtensor call
  • Adjust logging messages
  • Fix cuda bug for relevance model
  • README improvements
  • Complements zephyr miner with quantization option
  • Disable background threads

v1.0.0

22 Jan 18:59
303f3b4
Compare
Choose a tag to compare

Alpha Validators Release

Refactors whole sn1 code base from validators to miners to include:

  • new agent support
  • new datasets
  • new validation mechanism
  • new code base