0.1.0

dancasas/awesome-virtual-try-on0.1.0Jul 23, 2023by 1b5d

AI Summary

This initial release introduces HuggingFace model integration, enabling support for newer Llama 2 models via an upgraded llama.cpp. It also simplifies the deployment process by reducing the Docker image count to two variants: a lightweight default and a GPU-enabled version.

Key Highlights

  • Introduction of Huggingface generic model support
  • Upgrade to llama.cpp for Llama 2 compatibility
  • Streamlined Docker deployment with 2 images

New Features

  • Huggingface generic model integration
  • Llama 2 model support
  • Lightweight Docker image
  • GPU-enabled Docker image with 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