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

Specify additional steps to utilize GPU for Linux users #2299

Merged
merged 15 commits into from
Sep 5, 2024

Commits on Apr 8, 2024

  1. Update pip.md

    Specify additional steps to utilize GPU for Linux users
    sgkouzias authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c494be5 View commit details
    Browse the repository at this point in the history
  2. Update pip.md

    Advice to skip additional step 6 if using CPU.
    sgkouzias authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    40824e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Update pip.md

    Added second option to create virtual env via Python's built in venv module for Linux users with CUDA-enabled GPUs
    sgkouzias authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    840fec9 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Update pip.md

    Added virtual envs activation/deactivation commands and changed wording for editing the deactivate block in the activate script of the venv virtual env.
    sgkouzias authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5448363 View commit details
    Browse the repository at this point in the history
  2. Update pip.md

    Added instructions to resolve the ptxas issue.
    sgkouzias authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c7518a2 View commit details
    Browse the repository at this point in the history
  3. Update pip.md

    Revised CUDNN_DIR definition
    sgkouzias authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6a40fe4 View commit details
    Browse the repository at this point in the history
  4. Update pip.md

    Corrected LD_LIBRARY_PATH definition in conda environment instructions
    sgkouzias authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    82713bf View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Update pip.md

    Rename environment variable to PTXAS_DIR and package manager options.
    sgkouzias authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b81e4f2 View commit details
    Browse the repository at this point in the history
  2. Update pip.md

    Added note to use pip instead of conda to install TensorFlow.
    sgkouzias authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    aebf305 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Simplify procedure by removing option to install with conda virtual env.

    Removed option to install within conda virtual environment. Recommendation to install in venv environment.
    sgkouzias authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    146bbeb View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Instructions to create symlinks to NVIDIA shared libraries and ptxas.

    Replaced instructions to modify default activate/deactivate scripts with instructions to create symlinks to NVIDIA shared libraries and ptxas.
    sgkouzias authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7cf1c57 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    3046cdc View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Instructions to create symlinks in case the intended way doesn't work.

    Revised the step with instructions to configure the virtual environment variables for GPU users by adding a disclaimer.
    sgkouzias authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    7f5cce6 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Reformat disclaimer on environment configuration step.

    Deleted asterisk emoji and placed disclaimer note before respective instructions.
    sgkouzias authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    64e7c50 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    06798ba View commit details
    Browse the repository at this point in the history