Instructions to use litert-community/DeepSeek-R1-Distill-Qwen-1.5B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT-LM
How to use litert-community/DeepSeek-R1-Distill-Qwen-1.5B with LiteRT-LM:
# LiteRT-LM runs on various platforms (Android, iOS, Windows, Linux, macOS, IoT, Web/WASM) # and supports many APIs (C++, Python, Kotlin, Swift, JavaScript, Flutter). # For platform-specific integration guides, please refer to the official developer website: # https://ai.google.dev/edge/litert-lm # To try LiteRT-LM, the easiest way is to use our CLI tool. # 1. Install the LiteRT-LM CLI tool: pip install -U litert-lm # 2. Download and run this model locally: # See: https://ai.google.dev/edge/litert-lm/cli litert-lm run \ --from-huggingface-repo=litert-community/DeepSeek-R1-Distill-Qwen-1.5B \ --prompt="Write me a poem"
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,6 +18,10 @@ This model provides a few variants of [deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
|
|
| 18 |
|
| 19 |
### Android
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
To build the demo app from source, please follow the [instructions](https://github.com/google-ai-edge/mediapipe-samples/blob/main/examples/llm_inference/android/README.md) from the GitHub repository.
|
| 22 |
|
| 23 |
## Performance
|
|
|
|
| 18 |
|
| 19 |
### Android
|
| 20 |
|
| 21 |
+
* Download and install [the apk](https://github.com/google-ai-edge/mediapipe-samples/releases/download/v0.1.0/llm_inference_v0.1.0-debug.apk).
|
| 22 |
+
* Follow the instructions in the app.
|
| 23 |
+
|
| 24 |
+
|
| 25 |
To build the demo app from source, please follow the [instructions](https://github.com/google-ai-edge/mediapipe-samples/blob/main/examples/llm_inference/android/README.md) from the GitHub repository.
|
| 26 |
|
| 27 |
## Performance
|