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

Windows actions #1036

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Windows actions #1036

wants to merge 11 commits into from

Commits on Jul 9, 2024

  1. Add Windows workflows

    jllllll authored and bdashore3 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    36e12ef View commit details
    Browse the repository at this point in the history
  2. Actions: Build using cuda 12.2

    Signed-off-by: kingbri <[email protected]>
    bdashore3 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    db2e751 View commit details
    Browse the repository at this point in the history
  3. Torch: Try update to 2.2

    Signed-off-by: kingbri <[email protected]>
    bdashore3 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ecc1745 View commit details
    Browse the repository at this point in the history
  4. Actions: Fix torch URL

    We only build wheels for cuda 12
    
    Signed-off-by: kingbri <[email protected]>
    bdashore3 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    876db20 View commit details
    Browse the repository at this point in the history
  5. Actions: Don't pull from parent repo at tag

    Signed-off-by: kingbri <[email protected]>
    bdashore3 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a6f9135 View commit details
    Browse the repository at this point in the history
  6. Depends: Add psutil

    Builds fail without it.
    
    Signed-off-by: kingbri <[email protected]>
    bdashore3 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5d49ca8 View commit details
    Browse the repository at this point in the history
  7. Actions: Switch torch versions

    Build for 2.2.2 and 2.3.0
    
    Signed-off-by: kingbri <[email protected]>
    bdashore3 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8609039 View commit details
    Browse the repository at this point in the history
  8. Actions: Clarify dispatch formatting

    Signed-off-by: kingbri <[email protected]>
    bdashore3 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    102c4f8 View commit details
    Browse the repository at this point in the history
  9. Actions: Add fixes for Windows-latest actions and python 3.12

    Adds python 3.12 support and fixes MSVC issues with the Windows-2022
    image
    
    Signed-off-by: kingbri <[email protected]>
    bdashore3 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    64c75a0 View commit details
    Browse the repository at this point in the history
  10. Actions: Update dependency install for CUDA

    Used to use a non-existent variable.
    
    Signed-off-by: kingbri <[email protected]>
    bdashore3 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c241e79 View commit details
    Browse the repository at this point in the history
  11. Actions: Remove batch wheel build

    Not used anyways.
    
    Signed-off-by: kingbri <[email protected]>
    bdashore3 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4768c3a View commit details
    Browse the repository at this point in the history