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

[WIP] DEBUG only {2023.06,2023a} PyTorch-bundle v2.1.2 #603

Open
wants to merge 16 commits into
base: 2023.06-software.eessi.io
Choose a base branch
from

Commits on Jun 12, 2024

  1. DEBUG only {2023.06,2023a} PyTorch-bundle v2.1.2

    - PR to help debugging various issues when building PyTorch-bundle
    - includes a fix for `find_library` provided by `ctypes.util` which prevented
      importing `sndfile`
    - includes a fix for `aarch64/generic` where importing `sentencepiece` lead to
      the error `libtcmalloc_minimal.so.4: cannot allocate memory in static TLS block`
    - includes a fix for the extension `torchvision` where some library was not
      compiled with `jpeg` support, hence some tests failed
    truib committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6f8662e View commit details
    Browse the repository at this point in the history
  2. initially disable all fixes

    truib committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    548e8ea View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    2a76a7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c995a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    489615d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Merge branch '2023.06-software.eessi.io' of github-trz:EESSI/software…

    …-layer into debug-2023.06-software.eessi.io-PyTorch-2.1.2-foss-2023a
    truib committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    8d5266f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf63c4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    822bcd6 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Merge branch '2023.06-software.eessi.io' of github-trz:EESSI/software…

    …-layer into debug-2023.06-software.eessi.io-PyTorch-2.1.2-foss-2023a
    truib committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e66cedc View commit details
    Browse the repository at this point in the history
  2. disable initial fix for ctypes after general solution got adopted

    - PR EESSI#655 implements a general fix for the import error
    truib committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b336e7f View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. removed custom fix for ctypes

    truib committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1b8b0e5 View commit details
    Browse the repository at this point in the history
  2. added additional whitespaces

    truib committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    16eadc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d622bdc View commit details
    Browse the repository at this point in the history
  4. remove obsolete hooks

    truib committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    e207878 View commit details
    Browse the repository at this point in the history
  5. Merge branch '2023.06-software.eessi.io' of github-trz:EESSI/software…

    …-layer into debug-2023.06-software.eessi.io-PyTorch-2.1.2-foss-2023a
    truib committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d12685a View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Merge branch '2023.06-software.eessi.io' of github-trz:EESSI/software…

    …-layer into debug-2023.06-software.eessi.io-PyTorch-2.1.2-foss-2023a
    truib committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    82d7e1d View commit details
    Browse the repository at this point in the history