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

[Misc] Upgrade to pytorch 2.5 #9588

Merged
merged 10 commits into from
Oct 27, 2024
Merged

[Misc] Upgrade to pytorch 2.5 #9588

merged 10 commits into from
Oct 27, 2024

Commits on Oct 25, 2024

  1. upgrade to pytorch 2.5 (still needs newer xformers

    Signed-off-by: Bill Nell <bill@neuralmagic.com>
    bnellnm committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e970933 View commit details
    Browse the repository at this point in the history
  2. update xformers

    Signed-off-by: Bill Nell <bill@neuralmagic.com>
    bnellnm committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    5a54b48 View commit details
    Browse the repository at this point in the history
  3. use better method for specifying cuda libs

    Signed-off-by: Bill Nell <bill@neuralmagic.com>
    bnellnm committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    1ea632b View commit details
    Browse the repository at this point in the history
  4. try to make pytorch 2.5 use CUDA 12.1

    Signed-off-by: Bill Nell <bill@neuralmagic.com>
    bnellnm committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c00efe3 View commit details
    Browse the repository at this point in the history
  5. remove extra index 12.1 for now

    Signed-off-by: Bill Nell <bill@neuralmagic.com>
    bnellnm committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c4ebdba View commit details
    Browse the repository at this point in the history
  6. update flash attn git hash

    Signed-off-by: Bill Nell <bill@neuralmagic.com>
    bnellnm committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    39f9c34 View commit details
    Browse the repository at this point in the history
  7. downgrade cpu pytorch version

    Signed-off-by: Bill Nell <bill@neuralmagic.com>
    bnellnm committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f1f3caa View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    568510a View commit details
    Browse the repository at this point in the history
  2. fix sdpa cudnn

    Signed-off-by: youkaichao <youkaichao@gmail.com>
    youkaichao committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    0068133 View commit details
    Browse the repository at this point in the history
  3. fix tests

    Signed-off-by: youkaichao <youkaichao@gmail.com>
    youkaichao committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    5250a65 View commit details
    Browse the repository at this point in the history