Skip to content

Releases: osalpekar/llm-target-determinator

v0.0.2

14 Mar 00:28
56c1694
Compare
Choose a tag to compare

This release primarily fixes attention masking, and prepares the indexer/retriever to be run on a recurring basis in GitHub Actions machines in the PyTorch repository.

First Release

13 Feb 00:11
befeda4
Compare
Choose a tag to compare
First Release Pre-release
Pre-release

This release contains a working Indexer and Retriever to compare PyTorch code changes to PyTorch test functions. The following caveats apply:

  • This relies on changes to CodeLlama available in https://github.com/osalpekar/codellama
  • This has only been tested on 80GB A100 and 24GB A10G GPUs
  • This contains logic specific to PyTorch changes. It is not a general-purpose solution

This is not a production release, but preparing for roll-out to run on PyTorch PRs.