Skip to content

v5.1.1

Latest
Compare
Choose a tag to compare
@jeremyfowers jeremyfowers released this 06 Feb 19:31
· 1 commit to main since this release
b805839

What's Changed

  • Fix broken lemonade link by @jeremyfowers in #278
  • Update getting_started.md by @jeremyfowers in #282
  • Avoid lemonade build cache collisions (@jeremyfowers).
    • All builds are now placed under <cache_dir>/builds/<build_name> instead of <cache_dir>/<build_name>
      • This creates a more hierarchical cache structure, where builds are peer to models and data.
    • All build names now include a timestamp
      • This ensures that build stats and logs will not collide with each other if we build the same model in the same cache, but with different parameters.
    • Revs the minor version number because all previous caches are invalidated.
  • Enable ONNX model download for cpu and igpu in oga-load (@jeremyfowers)
  • Improvements to memory tracking (@amd-pworfolk)
  • Improve OGA testing (@jeremyfowers).
    • Run the sever test last, since it is the most complex and has the worst telemetry
    • Stop deleting the entire cache directory between every test, since that deletes the model builder cache. Instead, just delete the cache/builds directory.
  • Add average mmlu accuracy by @apsonawane in #287
  • Update OGA LEAP recipes by @jeremyfowers in #289

Full Changelog: v5.0.5...v5.1.1