andriydruk / LMPlayground

Language Model Playground
MIT License
9 stars 2 forks source link

LM Playground

LM Playground is designed as a universal platform for experimenting with various types of Large Language Models (LLMs) on Android device. It allows users to download different LLMs, load them onto the application, and converse with these models.

preview

Currently supported models

Install

If you're just looking to install LM Playground, you can find it on Google Play. If you're a developer wanting to contribute, read on.

Build Instructions

Prerequisites:

  1. Clone the repository:
    git clone https://github.com/andriydruk/LMPlayground.git
  2. Open the project in Android Studio: File > Open > Select the cloned repository.
  3. Connect an Android device or start an emulator.
  4. Run the application using Run > Run 'app' or the play button in Android Studio.

License

This project is licensed under the MIT License.

Acknowledgments

This project was built based on llama.cpp project. The application uses GGUF-format models with Q4KM quantization from Hugging Face.

Contact

If you have any questions, suggestions, or issues, feel free to open an issue or contact me directly at me@andriydruk.com.