diff --git a/README.md b/README.md index 3568fd4f46..714f61ac85 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Breathing Life into Language -![aphrodite](https://raw.githubusercontent.com/PygmalionAI/aphrodite-engine/main/assets/aphrodite.png) +![aphrodite](/assets/art/aphrodite_light.png) Aphrodite is an inference engine that optimizes the serving of HuggingFace-compatible models at scale. Built on vLLM's Paged Attention technology, it delivers high-performance model inference for multiple concurrent users. Developed through a collaboration between [PygmalionAI](https://pygmalion.chat) and [Ruliad](https://ruliad.co), Aphrodite serves as the backend engine powering both organizations' chat platforms and API infrastructure. diff --git a/assets/art/aphrodite_dark.png b/assets/art/aphrodite_dark.png new file mode 100644 index 0000000000..56bc99a96d Binary files /dev/null and b/assets/art/aphrodite_dark.png differ diff --git a/assets/art/aphrodite_light.png b/assets/art/aphrodite_light.png new file mode 100644 index 0000000000..555fe2b9e7 Binary files /dev/null and b/assets/art/aphrodite_light.png differ