Update README.md
This commit is contained in:
@@ -8,13 +8,22 @@ Chạy mô hình **Gemma 4** trên thiết bị nhúng (Orange Pi 5, Raspberry P
|
|||||||
|
|
||||||
- Python 3.10+
|
- Python 3.10+
|
||||||
- [`litert-lm`](https://github.com/google-ai-edge/litert-lm) đã cài và hoạt động
|
- [`litert-lm`](https://github.com/google-ai-edge/litert-lm) đã cài và hoạt động
|
||||||
- Model file: `gemma-4-E2B-it.litertlm` (hoặc model `.litertlm` khác)
|
|
||||||
|
```bash
|
||||||
|
pip install litert-lm
|
||||||
|
```
|
||||||
|
|
||||||
- Thư viện Python:
|
- Thư viện Python:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install fastapi uvicorn pydantic
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- Models
|
||||||
|
|
||||||
|
https://huggingface.co/litert-community/gemma-4-E2B-it-litert-lm
|
||||||
|
https://huggingface.co/litert-community/gemma-4-E4B-it-litert-lm
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 📁 Cấu trúc
|
## 📁 Cấu trúc
|
||||||
|
|||||||
Reference in New Issue
Block a user