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

[advanced dreambooth lora training script][bug_fix] change token_abstraction type to str #6040

Merged
merged 10 commits into from
Dec 4, 2023

Commits on Dec 3, 2023

  1. improve help tags

    linoytsaban committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    3a5afab View commit details
    Browse the repository at this point in the history
  2. style fix

    linoytsaban committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    dcd70e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. changes token_abstraction type to string.

    support multiple concepts for pivotal using a comma separated string.
    linoytsaban committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8c07b7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3494d58 View commit details
    Browse the repository at this point in the history
  3. style fixup

    linoytsaban committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    fc87ff0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c31537 View commit details
    Browse the repository at this point in the history
  5. moved the token_abstraction parsing to be in the same block as where …

    …we create the mapping of identifier to token
    linoytsaban committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    4405914 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    797a50d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6fa2f1e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    74de105 View commit details
    Browse the repository at this point in the history