0.1.0

HumanAIGC/EMO0.1.0Jul 23, 2023by 1b5d

AI Summary

This release introduces HuggingFace generic model support, upgrades llama.cpp to enable Llama 2 execution, and streamlines Docker deployments into two optimized images for better performance and ease of use.

Key Highlights

  • HuggingFace generic model integration for running popular models
  • Upgraded llama.cpp to support newer Llama models like Llama 2
  • Streamlined Docker images into a lightweight default and a GPU-enabled variant

New Features

  • HuggingFace generic model support
  • Llama 2 model support
  • GPU-enabled Docker image

Full Release Notes

- Introducing Huggingface generic model, which can be used to run many popular models on HF
- Upgrade llama.cpp in order to run newer Llama models like Llama 2
- Streamline docker images down to 2 images: a default lightweight one, and a gpu enabled image with nvidia / cuda support
- General fixes and stability improvements