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

DM-40822: Update Prompt Processing docs to remove references to the IDF #93

Merged
merged 5 commits into from
Nov 9, 2023

Commits on Nov 6, 2023

  1. Remove Google-specific sections from Playbook.

    The Prompt Processing code in `main` has not supported Google Cloud in
    over a year, and the old services running on GCP have now been
    shut down.
    kfindeisen committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    ede169a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Update container build instructions for GitHub Actions.

    The old instructions referred to ``gcloud builds``, which we stopped
    using even while we were still running on Google Cloud.
    kfindeisen committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    0933c7f View commit details
    Browse the repository at this point in the history
  2. Remove Google-specific code comments.

    These comments have been updated for USDF/S3, where appropriate.
    kfindeisen committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    768e723 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5c1225 View commit details
    Browse the repository at this point in the history
  4. Remove Google-specific code.

    Neither the .gcloudignore file nor the Google logger are useful outside
    the Google Cloud environment.
    kfindeisen committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    da747fd View commit details
    Browse the repository at this point in the history