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 mistral + chatml prompts #1426

Merged
merged 24 commits into from
Jan 16, 2024
Merged

add mistral + chatml prompts #1426

merged 24 commits into from
Jan 16, 2024

Commits on Dec 19, 2023

  1. add mistral to settings

    cognitivetech committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    8cfa154 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from imartinez/main

    pull updates from home
    cognitivetech committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    d19c324 View commit details
    Browse the repository at this point in the history
  3. add mistral template with system prompt

    cognitivetech committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    0ad6a52 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. add mistral prompt template

    cognitivetech committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    bef698c View commit details
    Browse the repository at this point in the history
  2. correct tests for mistral

    test should always include system prompt..
    cognitivetech committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b9a10b8 View commit details
    Browse the repository at this point in the history
  3. add prompt from settings

    was in the other function I removed
    cognitivetech committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    9ceff4f View commit details
    Browse the repository at this point in the history
  4. close string with "

    cognitivetech committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    e8d2e96 View commit details
    Browse the repository at this point in the history
  5. add completion to prompt

    I am suggesting these changes from outside of my working environment, and it shows.
    cognitivetech committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    8d5c18b View commit details
    Browse the repository at this point in the history
  6. wrap system prompt [INST]

    cognitivetech committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    29f616b View commit details
    Browse the repository at this point in the history
  7. sort imports

    cognitivetech committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    09bc556 View commit details
    Browse the repository at this point in the history
  8. space between external vs internal imports

    cognitivetech committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    d19eee2 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. ruff --fix

    cognitivetech committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    29611a7 View commit details
    Browse the repository at this point in the history
  2. poetry run black .

    cognitivetech committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    2ddc042 View commit details
    Browse the repository at this point in the history
  3. make mistral preset style

    cognitivetech committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    fbed2e8 View commit details
    Browse the repository at this point in the history
  4. remove redundant systemprompt

    cognitivetech committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    6f206b9 View commit details
    Browse the repository at this point in the history
  5. trailing artifacts (ruff)

    cognitivetech committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    2f83b3b View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. add chatml

    CognitiveTech committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e168df6 View commit details
    Browse the repository at this point in the history
  2. chatml to settings.py

    CognitiveTech committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    0ee082f View commit details
    Browse the repository at this point in the history
  3. test chatml

    cognitivetech committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    af1590d View commit details
    Browse the repository at this point in the history
  4. run black

    cognitivetech committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    9a4822d View commit details
    Browse the repository at this point in the history
  5. passing

    cognitivetech committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    8c062c9 View commit details
    Browse the repository at this point in the history
  6. add to docs

    cognitivetech committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3c363e0 View commit details
    Browse the repository at this point in the history
  7. ruff

    cognitivetech committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    6f21cfa View commit details
    Browse the repository at this point in the history
  8. comma close

    cognitivetech committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    18380b5 View commit details
    Browse the repository at this point in the history