v0.42.0
PromptingTools v0.42.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 aliasgllama3405
). Because that's quite clunky, I've added abbreviations based on sizes small/medium/large (that is 8b, 70b, 405b) undergls/glm/gll
for Llama 3.1 hosted on GroqCloud (similarly, we now havetls/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: