Skip to content

v0.42.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jul 18:12
· 429 commits to main since this release

PromptingTools v0.42.0

Diff since v0.41.0

Added

  • Registered new Meta Llama 3.1 models hosted on GroqCloud and Together.ai (eg, Groq-hosted gllama370 has been updated to point to the latest available model and 405b model now has alias gllama3405). Because that's quite clunky, I've added abbreviations based on sizes small/medium/large (that is 8b, 70b, 405b) under gls/glm/gll for Llama 3.1 hosted on GroqCloud (similarly, we now have tls/tlm/tll for Llama3.1 on Together.ai).
  • Generic model aliases for Groq and Together.ai for Llama3 models have been updated to point to the latest available models (Llama 3.1).
  • Added Gemma2 9b model hosted on GroqCloud to the model registry (alias ggemma9).

Updated

  • Minor optimizations to SubDocumentTermMatrix to reduce memory allocations and improve performance.

Commits

Merged pull requests:

  • Register Llama 3.1 models + minor retrieval improvement (#182) (@svilupp)