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 Prompt templating structures #3

Open
1 of 3 tasks
getnamo opened this issue Nov 10, 2023 · 2 comments
Open
1 of 3 tasks

Add Prompt templating structures #3

getnamo opened this issue Nov 10, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@getnamo
Copy link
Owner

getnamo commented Nov 10, 2023

Not sure exactly how, but a better API for setting up various use cases:

  • General chat interaction structure and reliable EOS tags
  • Thought chains
  • Assistant
  • Roleplay
  • External API calls e.g. a function call interpretation by LLM with injected results.

Base chat templating support e.g.

  • ChatML
  • Alpaca
  • llama
@getnamo getnamo added the enhancement New feature or request label Feb 6, 2024
@getnamo
Copy link
Owner Author

getnamo commented Jan 23, 2025

Add more robust support for templating with template lookup, see e.g. https://github.com/ggerganov/llama.cpp/wiki/Templates-supported-by-llama_chat_apply_template

@getnamo
Copy link
Owner Author

getnamo commented Jan 23, 2025

Also note jinja parsing is in: ggml-org/llama.cpp#11016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant