# Tính VRAM tối thiểu để load LLM

> Hồ sơ MCP chính thức, sinh từ registry BOP.INK.

| Trường | Giá trị |
| --- | --- |
| Slug | `tinh-vram-toi-thieu-de-load-llm` |
| Danh mục V2 | AI & Machine Learning (`ai-machine-learning`) |
| Danh mục con V2 | AI Developer Utilities (`ai-machine-learning.ai-developer-utilities`) |
| Route legacy tương thích | `hoc-tap-giao-duc` |
| Taxonomy V2 | `ai-machine-learning` / `ai-machine-learning.ai-developer-utilities` |
| Phạm vi áp dụng | `global` |
| Trạng thái thực thi MCP | `remote_executable` |
| Nguồn giao diện/schema | `calculators/tinh-vram-toi-thieu-de-load-llm` |
| Website | [Mở công cụ](https://bop.ink/hoc-tap-giao-duc/tinh-vram-toi-thieu-de-load-llm/) |

Nhập số parameter, precision và overhead để ước tính VRAM cần thiết để load model.

## Cách dùng qua MCP

### Tính VRAM tối thiểu để load LLM

- Capability: `calculator.hoc_tap_giao_duc.tinh_vram_toi_thieu_de_load_llm`
- MCP availability: `remote-executable`
- MCP tool: `bop_execute_calculator_hoc_tap_giao_duc_tinh_vram_toi_thieu_de_load_llm`
- Mô tả: Nhập số parameter, precision và overhead để ước tính VRAM cần thiết để load model.

Các trường đầu vào:

- `params`: Theo canonical schema.
- `precisionBits`: Theo canonical schema.
- `contextK`: Theo canonical schema.

Ví dụ đầu vào:

```json
{}
```
