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

v21.3.9 #504

Merged
merged 48 commits into from
Apr 1, 2023
Merged

v21.3.9 #504

merged 48 commits into from
Apr 1, 2023

Commits on Mar 27, 2023

  1. Consolidated Install Scripts and Improve README

    Install scripts have been consolidated for every non-Windows OS. Python Requirements were consolidated. README improved to work locally and provide more information.
    Vertana committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    4277645 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Update setup.sh

    Small comment added to clarify the purpose of the script for casual viewers.
    jstayco authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    8168e36 View commit details
    Browse the repository at this point in the history
  2. Update gui.sh

    Removed an unnecessary debug line.
    jstayco authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    c79181b View commit details
    Browse the repository at this point in the history
  3. Update setup.sh

    Linux distribution detection is much more robust. We also now include the Linux distribution family. That should help downstream Linux distributions as well. For example, Manjaro will now be detected as arch and Mint Linux will be detected as Ubuntu.
    jstayco committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    8bf3ecf View commit details
    Browse the repository at this point in the history
  4. Update setup.sh

    Fixed install commands to not require user input.
    jstayco committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    51e843f View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. The runpod update!

    Script now accepts long and short arguments. Script should now help with a runpod environment and ensure apt cache is updated before package install attempt.
    jstayco committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    307c433 View commit details
    Browse the repository at this point in the history
  2. More options, better var handlng.

    Changed runpod detection to a variable to simplify maintenance and provide a mechanism for the user to force a runpod installation. Also, updated help message to acount for the change.
    jstayco committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    0b5a418 View commit details
    Browse the repository at this point in the history
  3. Removed superfluous comment

    jstayco authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    981f634 View commit details
    Browse the repository at this point in the history
  4. Enable more arbitrary install locations

    Default to master branch (user can override with an argument), update the repo if we find a git folder but no venv folder (indicating blank env), rename BASE_DIR to PARENT_DIR to be more obvious, enable PARENT_DIR to account for an arbitrary amount of folders.
    jstayco committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    20c525b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9257f1d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a9976b View commit details
    Browse the repository at this point in the history
  7. More output and fixed package detection on Ubuntu

    Ubuntu dpkg detection fixed and more output for detected distros.
    jstayco committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    403c2b0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a99ae6c View commit details
    Browse the repository at this point in the history
  9. Added setup.sh -h to the README

    Some environments can't run setup.sh interactively. This will be convenient for those users.
    jstayco committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    ee1ac64 View commit details
    Browse the repository at this point in the history
  10. Non-interactive mode, new warning, new default config for accel

    We now warn the user with a nicely formatted message if they have less than 10Gb space free and offer a 10s window to cancel operations. We now try to configure accelerate with no user input by default, but allow an override.
    jstayco committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    71c9459 View commit details
    Browse the repository at this point in the history
  11. Inform user of config copy

    Better inform the user what is happening. Upon successful configuration file copy operation, we notify the user where that config is located. Also added small sleep step before calling accelerate config to give the user a chance to read the message.
    jstayco committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    094528c View commit details
    Browse the repository at this point in the history
  12. Add -p switch to expose public URL

    This adds the ability for an extra switch to expose a public URL. We default to private.
    jstayco committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    a58b3b6 View commit details
    Browse the repository at this point in the history
  13. More robust df check

    jstayco committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    1f67aaa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c490764 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dfe96a5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    38aab1c View commit details
    Browse the repository at this point in the history
  17. Default install location is now environment-based

    Better default install locations and updated the README to reflect.
    jstayco committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    bff1078 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    dd204ed View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a062dab View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Small improvement to an stdout line.

    Just a typo fix and added a word in an echo statement.
    jstayco authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    90e34cc View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Big update: Verbosity, space check skip,

    Huge reorg to account for macOS and other non-Linux OSs. Verbosity levels 1-3 added (used by FDs 3-5). Simplified code by creating more shared functions.
    jstayco committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    6e7e25c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8594679 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6da2d1 View commit details
    Browse the repository at this point in the history
  4. Integrated upgrade.sh

    Integrated upgrade.sh functionality, consolidated code to install dependencies, added ability to skip git operations, ensured the script can run from anywhere aimed at installation anywhere, ensured all git commnds worked from anywhere aimed at target folder, normalized specified install directory names (always get the absolute path).
    jstayco committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    e5b2257 View commit details
    Browse the repository at this point in the history
  5. Typo fix in README

    jstayco authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    fcffc13 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. More safeties around Python ops

    More safeties and more code consolidation. Now we try to exit the python venv after all the python operations. All the python operations were consolidated to facilitate this.
    jstayco committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    bd2e829 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ff4a60 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #496 from missionfloyd/setup-batch

    Add setup/upgrade batch files
    bmaltais authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    538752c View commit details
    Browse the repository at this point in the history
  4. Small README update

    Updates README to cover new location change and adds one small comment to clarify a variable
    jstayco committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    b02fb86 View commit details
    Browse the repository at this point in the history
  5. Python is now more dynamic

    Made python and the requirements.txt location independent.
    jstayco committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    febd553 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8285a7 View commit details
    Browse the repository at this point in the history
  7. git is now location independent

    Removed the cd commands in the process
    jstayco committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    035dad2 View commit details
    Browse the repository at this point in the history
  8. git is now location indpendent

    removed all cd commands in process
    jstayco committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    4559528 View commit details
    Browse the repository at this point in the history
  9. More safeties around git

    And more error messages in verbose mode
    jstayco committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    fbf6709 View commit details
    Browse the repository at this point in the history
  10. Update setup.sh

    jstayco committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    a740fdb View commit details
    Browse the repository at this point in the history
  11. Update setup.sh

    jstayco committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    2a24a8b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c92153e View commit details
    Browse the repository at this point in the history
  13. Minor help text formatting.

    jstayco committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    b2e7d5f View commit details
    Browse the repository at this point in the history
  14. Merge pull request #466 from jstayco/consolidated_install_scripts

    Consolidated Install/Launch Scripts and Improve README
    bmaltais authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    b7a719b View commit details
    Browse the repository at this point in the history
  15. Revert "Merge pull request #466 from jstayco/consolidated_install_scr…

    …ipts"
    
    This reverts commit b7a719b, reversing
    changes made to 538752c.
    bmaltais committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    97b004e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9069ee2 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #503 from bmaltais/revert-466-consolidated_install…

    …_scripts
    
    Revert "Consolidated Install/Launch Scripts and Improve README"
    bmaltais authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    1e24e29 View commit details
    Browse the repository at this point in the history
  18. v21.3.9

    bmaltais committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    d37aa6e View commit details
    Browse the repository at this point in the history