Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Add test_sequence_parallel #605

Draft
wants to merge 49 commits into
base: main
Choose a base branch
from

Commits on Jan 16, 2023

  1. Add test_sequence_parallel

    bashnick committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    48e1956 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a3f111 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c90bbd2 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    b8a6afc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2978c77 View commit details
    Browse the repository at this point in the history
  3. try with torch=1.12.1+cu116

    bashnick committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    67f765f View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. try update environment

    bashnick committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    65d886b View commit details
    Browse the repository at this point in the history
  2. upd the config file

    bashnick committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    0bbebb9 View commit details
    Browse the repository at this point in the history
  3. debug config file env setup

    bashnick committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    08e9d88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fcf0a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf59b73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ccc838c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f5723a View commit details
    Browse the repository at this point in the history
  8. checkout main branch in apex

    bashnick committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    95ab3f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8e28d57 View commit details
    Browse the repository at this point in the history
  10. try cuda 11.6 image

    bashnick committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    8e42490 View commit details
    Browse the repository at this point in the history
  11. revert back to cuda 11.4

    bashnick committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    c9cd83c View commit details
    Browse the repository at this point in the history
  12. try update cuda to 11.6

    bashnick committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    75c7d4c View commit details
    Browse the repository at this point in the history
  13. fix format

    bashnick committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    f69786d View commit details
    Browse the repository at this point in the history
  14. try update cuda install

    bashnick committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    4e81303 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3334922 View commit details
    Browse the repository at this point in the history
  16. remove cuda-toolkit

    bashnick committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    b83768e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    31257da View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    72177a0 View commit details
    Browse the repository at this point in the history
  19. try most recent cuda version

    bashnick committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    c446855 View commit details
    Browse the repository at this point in the history
  20. try ubuntu 11.6

    bashnick committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    a7cfcdd View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d1da22b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ec4903a View commit details
    Browse the repository at this point in the history
  23. remove nvcc --version

    bashnick committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    dee4d68 View commit details
    Browse the repository at this point in the history
  24. remove conda-pack

    bashnick committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    df56434 View commit details
    Browse the repository at this point in the history
  25. try reload CUDA

    bashnick committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    7affc3c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    b5cfc41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d616f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dff621 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25778c1 View commit details
    Browse the repository at this point in the history
  5. small fix

    bashnick committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    ed559e8 View commit details
    Browse the repository at this point in the history
  6. small fix with PATH

    bashnick committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    8236c9c View commit details
    Browse the repository at this point in the history
  7. revert to PT 1.10.2+cu111

    bashnick committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    0b8050c View commit details
    Browse the repository at this point in the history
  8. take PT from torch_stable

    bashnick committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    50d9645 View commit details
    Browse the repository at this point in the history
  9. small changes

    bashnick committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    a0f2807 View commit details
    Browse the repository at this point in the history
  10. try original config

    bashnick committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    3b9ba76 View commit details
    Browse the repository at this point in the history
  11. try change to PT10.2

    bashnick committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    89b1ba7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f4cc998 View commit details
    Browse the repository at this point in the history
  13. remove checkout for apex

    bashnick committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    125800f View commit details
    Browse the repository at this point in the history
  14. try python3.9

    bashnick committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    e65d479 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. revert to initial setup

    bashnick committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    428adb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    198f3b7 View commit details
    Browse the repository at this point in the history
  3. try with PT1.10.2+cu111

    bashnick committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    e23fd62 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. try using a dockerhub image

    bashnick committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    dd2b6f5 View commit details
    Browse the repository at this point in the history