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

Refactor backend -> model #176

Merged
merged 49 commits into from
Jun 29, 2023
Merged

Refactor backend -> model #176

merged 49 commits into from
Jun 29, 2023

Commits on Jun 19, 2023

  1. Refactor backend -> model.

    rmitsch committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    51ca50c View commit details
    Browse the repository at this point in the history
  2. Fix Literal imports.

    rmitsch committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    90739e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3db4ffb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbd578c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a95040a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Update OpenAI models.

    rmitsch committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    f39f1d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    2611542 View commit details
    Browse the repository at this point in the history
  2. Fix OpenLLaMA renaming.

    rmitsch committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    06c22fd View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Update variant -> name.

    rmitsch committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    f78adfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b967dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e1f406 View commit details
    Browse the repository at this point in the history
  4. Format readme.

    rmitsch committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    7b96692 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b4002f View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' into refactor/backend-to-models

    # Conflicts:
    #	spacy_llm/pipeline/llm.py
    #	spacy_llm/ty.py
    rmitsch committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    26e3c6c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6cd6101 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    b068e1d View commit details
    Browse the repository at this point in the history
  2. Fix Literal import.

    rmitsch committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    01c6ad7 View commit details
    Browse the repository at this point in the history
  3. Fix Literal import.

    rmitsch committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    05c4ee2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'refactor/backend-to-models' of github.com:explosion/spa…

    …cy-llm into refactor/backend-to-models
    rmitsch committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    049e8de View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Reintroduce public method for supported model names. Clean up and sta…

    …ndardize model classes.
    rmitsch committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    70fa932 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    670ca68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3dafc4 View commit details
    Browse the repository at this point in the history
  4. Expand comments.

    rmitsch committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    8b3bab3 View commit details
    Browse the repository at this point in the history
  5. Fix Literal import.

    rmitsch committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    b1916ed View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Update spacy_llm/models/hf/base.py

    Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
    rmitsch and svlandeg committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    1a386fe View commit details
    Browse the repository at this point in the history
  2. Incorporate feedback.

    rmitsch committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    8d6ae3f View commit details
    Browse the repository at this point in the history
  3. Update readme.

    rmitsch committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    b9305f4 View commit details
    Browse the repository at this point in the history
  4. Add migration guide. Pull model name from config dict for LangChain m…

    …odels. Update usage example readme.
    rmitsch committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    502697f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45b0a21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5dd2ad4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ebe1d8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bb194c6 View commit details
    Browse the repository at this point in the history
  9. Fix import error.

    rmitsch committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    2893606 View commit details
    Browse the repository at this point in the history
  10. Fix import error.

    rmitsch committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    0cc07ab View commit details
    Browse the repository at this point in the history
  11. Bump version.

    rmitsch committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    011885b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4f18796 View commit details
    Browse the repository at this point in the history
  13. Add debug message.

    rmitsch committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    5b537fd View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    e7c556c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3333f6 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
    rmitsch and svlandeg committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    81a535e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bc5993 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
    rmitsch and svlandeg committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    7ea3ec0 View commit details
    Browse the repository at this point in the history
  6. Fix Anthropic test errors.

    rmitsch committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3590ae9 View commit details
    Browse the repository at this point in the history
  7. Fix some tests.

    rmitsch committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ed88b0f View commit details
    Browse the repository at this point in the history
  8. Fix another test.

    rmitsch committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    6c4bc79 View commit details
    Browse the repository at this point in the history
  9. Fix another test.

    rmitsch committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    912a75e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    57bc905 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d3f3e74 View commit details
    Browse the repository at this point in the history
  12. Update readme. Fix REL tests.

    rmitsch committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    fee5cef View commit details
    Browse the repository at this point in the history