0.1.0

thmoa/videoavatars0.1.0Jul 23, 2023by 1b5d

AI Summary

This initial release introduces Hugging Face model support and upgrades llama.cpp to support newer models like Llama 2. It simplifies the deployment process by streamlining Docker images into a lightweight default and a GPU-enabled option. The update also includes general fixes and stability improvements.

Key Highlights

  • Introduction of Hugging Face generic model support
  • Upgrade of llama.cpp to run newer models like Llama 2
  • Streamlined Docker images into lightweight and GPU-enabled variants
  • General fixes and stability improvements

New Features

  • Huggingface generic model integration
  • Support for Llama 2 models
  • Lightweight Docker image
  • GPU-enabled Docker image with nvidia/cuda support

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