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

Add notebook for setting up LLM training environment #78

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Nov 20, 2024

  1. ENH: Create copy of pytorch notebook

    Using the pytorch notebook as a base for the llm notebook.
    Created an empty .sh file for adding installation script
    meoflynn committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    93f707e View commit details
    Browse the repository at this point in the history
  2. ENH: Update dockerfile and rename script

    Docerfile includes steps for copying and running the script.
    Script renamed to make it clear what dependencies are being installed
    meoflynn committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    ab15e07 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. BUG: Change directory to download ollama

    The original directory was being hidden on JupyterHub by Longhorn,
    moving it to a different location to download the model
    meoflynn committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    9dc4721 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdada7f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. WIP: Add model download steps

    Add model download steps to a RW directory, and add an env var to point
    to this by default
    DavidFair committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    fd6ff04 View commit details
    Browse the repository at this point in the history