Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 997 Bytes

File metadata and controls

50 lines (27 loc) · 997 Bytes

Changelog

[integrations/llama_cpp-v0.4.1] - 2024-08-08

🐛 Bug Fixes

  • Replace DynamicChatPromptBuilder with ChatPromptBuilder (#940)

⚙️ Miscellaneous Tasks

  • Retry tests to reduce flakyness (#836)
  • Update ruff invocation to include check parameter (#853)
  • Pin llama-cpp-python>=0.2.87 (#955)

[integrations/llama_cpp-v0.4.0] - 2024-05-13

🐛 Bug Fixes

  • Fix commit (#436)

  • Fix order of API docs (#447)

This PR will also push the docs to Readme

📚 Documentation

  • Update category slug (#442)
  • Small consistency improvements (#536)
  • Disable-class-def (#556)

⚙️ Miscellaneous Tasks

  • [breaking] Rename model_path to model in the Llama.cpp integration (#243)

Llama.cpp

  • Generate api docs (#353)

[integrations/llama_cpp-v0.2.1] - 2024-01-18

[integrations/llama_cpp-v0.2.0] - 2024-01-17

[integrations/llama_cpp-v0.1.0] - 2024-01-09

🚀 Features

  • Add Llama.cpp Generator (#179)