Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/44 make flash attention configurable #47

Open
wants to merge 22 commits into
base: develop
Choose a base branch
from

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    539e8a2 View commit details
    Browse the repository at this point in the history
  2. Chore/multiple fixes ci precommit (#41)

    * fix: change pre-cmmit autoupdate schedule to monthly
    
    * fix: change the merge strategy for Changelog to Union
    
    * fix: add .envrc to .gitignore
    
    * ci: ignore pre-commit-config and readthedocs for changelog updates
    
    * ci: fix to correct hpc workflow call
    
    * fix: update precommit config
    
    * chore: update pre-commits
    
    * feat: add codeowners file
    
    * chore: update dependencies
    
    * ci: add hpc-config
    
    * docs: changelog
    
    * fix: respond to review comments
    
    ---------
    
    Co-authored-by: Jesper Dramsch <[email protected]>
    theissenhelen and JesperDramsch committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    3317138 View commit details
    Browse the repository at this point in the history
  3. 11 add configurability to dropout in multiheadselfattention module (#12)

    * feat: add configurability to dropout in MultiHeadSelfAttention
    
    Co-authored-by: Rilwan (Akanni) Adewoyin <[email protected]>
    
    * test: adjust to dropout_p
    
    * doc: update changelog
    
    * Feature/integrate reusable workflows (#16)
    
    * ci: add public pr label
    
    * ci: add readthedocs update check
    
    * ci: add downstream ci
    
    * ci: add ci-config
    
    * chore(deps): remove unused dependency
    
    * docs: update changelog
    
    * ci: switch to main
    
    * chore: changelog 0.2.1
    
    * Update error messages from invalid sub_graph in model instantiation (#20)
    
    * ci: inherit pypi publish flow (#17)
    
    * ci: inherit pypi publish flow
    
    Co-authored-by: Helen Theissen <[email protected]>
    
    * docs: add to changelog
    
    * fix: typo in reusable workflow
    
    * fix: another typo
    
    * chore: bump actions/setup-python to v5
    
    * ci: run downstream-ci for changes in src and tests
    
    * docs: update changelog
    
    ---------
    
    Co-authored-by: Helen Theissen <[email protected]>
    
    * Update CHANGELOG.md to KeepChangelog format
    
    * [pre-commit.ci] pre-commit autoupdate (#25)
    
    updates:
    - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 24.8.0](psf/black-pre-commit-mirror@24.4.2...24.8.0)
    - [github.com/astral-sh/ruff-pre-commit: v0.4.6 → v0.6.2](astral-sh/ruff-pre-commit@v0.4.6...v0.6.2)
    - [github.com/tox-dev/pyproject-fmt: 2.1.3 → 2.2.1](tox-dev/pyproject-fmt@2.1.3...2.2.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    
    * Ci/changelog-release-updater (#26)
    
    * ci: add changelof release updater
    
    * docs: update changelog
    
    * Feature/integrate reusable workflows (#16)
    
    * ci: add public pr label
    
    * ci: add readthedocs update check
    
    * ci: add downstream ci
    
    * ci: add ci-config
    
    * chore(deps): remove unused dependency
    
    * docs: update changelog
    
    * ci: switch to main
    
    * chore: changelog 0.2.1
    
    * Update error messages from invalid sub_graph in model instantiation (#20)
    
    * ci: inherit pypi publish flow (#17)
    
    * ci: inherit pypi publish flow
    
    Co-authored-by: Helen Theissen <[email protected]>
    
    * docs: add to changelog
    
    * fix: typo in reusable workflow
    
    * fix: another typo
    
    * chore: bump actions/setup-python to v5
    
    * ci: run downstream-ci for changes in src and tests
    
    * docs: update changelog
    
    ---------
    
    Co-authored-by: Helen Theissen <[email protected]>
    
    * Update CHANGELOG.md to KeepChangelog format
    
    * Ci/changelog-release-updater (#26)
    
    * ci: add changelof release updater
    
    * docs: update changelog
    
    ---------
    
    Co-authored-by: Rilwan (Akanni) Adewoyin <[email protected]>
    Co-authored-by: Gert Mertes <[email protected]>
    Co-authored-by: Mario Santa Cruz <[email protected]>
    Co-authored-by: Jesper Dramsch <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    6 people committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    3186a8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a86c9a8 View commit details
    Browse the repository at this point in the history
  5. feat: add softcap

    theissenhelen committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    105443f View commit details
    Browse the repository at this point in the history
  6. test: add softcap

    xfail for MultiHeadSelfAttention
    theissenhelen committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e82a59e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e648eb0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6271cd8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d4940e7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9ff6cb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    bbd89dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91533c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0eb5c50 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. feat: get alibi_slopes

    theissenhelen committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c04e641 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    6523b47 View commit details
    Browse the repository at this point in the history
  2. fix: bias shape

    theissenhelen committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    22623cc View commit details
    Browse the repository at this point in the history
  3. fix: softcap optional

    theissenhelen committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ed07e34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c841324 View commit details
    Browse the repository at this point in the history
  5. fix: annotation error

    theissenhelen committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6c12dda View commit details
    Browse the repository at this point in the history
  6. docs: update changelog

    theissenhelen committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    b7b8f2e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. fix: type annotation

    theissenhelen committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    df353d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc335c7 View commit details
    Browse the repository at this point in the history